Home
last modified time | relevance | path

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

/external/u-boot/board/varisys/common/
Dsys_eeprom.c440 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom_common() local
456 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
457 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom_common()
/external/u-boot/board/freescale/common/
Dsys_eeprom.c422 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom() local
447 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom()
448 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom()