Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Du-boot-env.c132 size_t crc32_data_offset; in u_boot_env_parse() local
165 crc32_data_offset = offsetof(struct u_boot_env_image_single, data); in u_boot_env_parse()
170 crc32_data_offset = offsetof(struct u_boot_env_image_redundant, data); in u_boot_env_parse()
175 crc32_data_offset = offsetof(struct u_boot_env_image_broadcom, data); in u_boot_env_parse()
188 crc32_data_len = dev_size - crc32_data_offset; in u_boot_env_parse()
191 calc = crc32(~0, buf + crc32_data_offset, crc32_data_len) ^ ~0L; in u_boot_env_parse()