Home
last modified time | relevance | path

Searched refs:crc32_offset (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/nvmem/
Du-boot-env.c109 size_t crc32_offset; in u_boot_env_parse() local
132 crc32_offset = offsetof(struct u_boot_env_image_single, crc32); in u_boot_env_parse()
137 crc32_offset = offsetof(struct u_boot_env_image_redundant, crc32); in u_boot_env_parse()
142 crc32 = le32_to_cpu(*(__le32 *)(buf + crc32_offset)); in u_boot_env_parse()