Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvmem/layouts/
Du-boot-env.c92 size_t crc32_data_offset; in u_boot_env_parse() local
125 crc32_data_offset = offsetof(struct u_boot_env_image_single, data); in u_boot_env_parse()
130 crc32_data_offset = offsetof(struct u_boot_env_image_redundant, data); in u_boot_env_parse()
135 crc32_data_offset = offsetof(struct u_boot_env_image_broadcom, data); in u_boot_env_parse()
148 crc32_data_len = dev_size - crc32_data_offset; in u_boot_env_parse()
151 calc = crc32(~0, buf + crc32_data_offset, crc32_data_len) ^ ~0L; in u_boot_env_parse()