Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvmem/layouts/
Du-boot-env.c94 size_t crc32_offset; in u_boot_env_parse() local
124 crc32_offset = offsetof(struct u_boot_env_image_single, crc32); in u_boot_env_parse()
129 crc32_offset = offsetof(struct u_boot_env_image_redundant, crc32); in u_boot_env_parse()
134 crc32_offset = offsetof(struct u_boot_env_image_broadcom, crc32); in u_boot_env_parse()
146 crc32_addr = (__le32 *)(buf + crc32_offset); in u_boot_env_parse()