Searched refs:crcp (Results 1 – 2 of 2) sorted by relevance
441 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom_common() local457 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom_common()458 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom_common()
423 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom() local448 crcp = (void *)&e + crc_offset; in mac_read_from_eeprom()449 if (crc != be32_to_cpu(*crcp)) { in mac_read_from_eeprom()