Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/nvmem/
Du-boot-env.c141 size_t crc32_data_offset; in u_boot_env_parse() local
167 crc32_data_offset = offsetof(struct u_boot_env_image_single, data); in u_boot_env_parse()
172 crc32_data_offset = offsetof(struct u_boot_env_image_redundant, data); in u_boot_env_parse()
177 crc32_data_offset = offsetof(struct u_boot_env_image_broadcom, data); in u_boot_env_parse()
182 crc32_data_len = priv->mtd->size - crc32_data_offset; in u_boot_env_parse()
185 calc = crc32(~0, buf + crc32_data_offset, crc32_data_len) ^ ~0L; in u_boot_env_parse()