Searched refs:crcp (Results 1 – 2 of 2) sorted by relevance
443 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom_common() local459 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()460 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom_common()
488 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom() local513 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