Home
last modified time | relevance | path

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

/u-boot/board/varisys/common/
A Dsys_eeprom.c443 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom_common() local
459 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
460 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom_common()
/u-boot/board/freescale/common/
A Dsys_eeprom.c488 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom() local
513 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom()
514 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom()

Completed in 4 milliseconds