Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvmem/
H A Du-boot-env.c135 __le32 *crc32_addr; in u_boot_env_parse() local
186 crc32_addr = (__le32 *)(buf + crc32_offset); in u_boot_env_parse()
187 crc32 = le32_to_cpu(*crc32_addr); in u_boot_env_parse()