Searched defs:crc_offset (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/board/varisys/common/ |
H A D | sys_eeprom.c | 175 u32 crc, crc_offset = offsetof(struct eeprom, crc); in update_crc() local 439 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom_common() local
|
/openbmc/qemu/block/ |
H A D | vhdx.c | 152 uint32_t vhdx_update_checksum(uint8_t *buf, size_t size, int crc_offset) in vhdx_update_checksum() 168 int crc_offset) in vhdx_checksum_calc() 200 bool vhdx_checksum_is_valid(uint8_t *buf, size_t size, int crc_offset) in vhdx_checksum_is_valid()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | sys_eeprom.c | 421 u32 crc, crc_offset = offsetof(struct eeprom, crc); in mac_read_from_eeprom() local
|