Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/nvmem/layouts/
Du-boot-env.c95 __le32 *crc32_addr; in u_boot_env_parse() local
146 crc32_addr = (__le32 *)(buf + crc32_offset); in u_boot_env_parse()
147 crc32 = le32_to_cpu(*crc32_addr); in u_boot_env_parse()