Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/varisys/common/
H A Dsys_eeprom.c441 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom_common() local
457 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()
458 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom_common()
/rk3399_rockchip-uboot/board/freescale/common/
H A Dsys_eeprom.c423 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom() local
448 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom()
449 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom()