Searched refs:crcp (Results 1 – 2 of 2) sorted by relevance
440 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom_common() local456 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()457 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom_common()
422 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom() local447 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom()448 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom()