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

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

Completed in 38 milliseconds