Searched refs:EEPROM_SUM (Results 1 – 10 of 10) sorted by relevance
473 #define EEPROM_SUM 0xBABA macro
216 checksum = (uint16_t) EEPROM_SUM - checksum; in e1000x_core_prepare_eeprom()
961 #define EEPROM_SUM 0xBABA macro
506 checksum = ((uint16_t)EEPROM_SUM) - checksum; in do_e1000_spi_checksum()
1696 #define EEPROM_SUM 0xBABA macro
1012 checksum = (uint16_t)EEPROM_SUM - checksum; in e1000_update_eeprom_checksum_i210()1065 checksum = ((uint16_t)EEPROM_SUM) - checksum; in e1000_validate_eeprom_checksum()
3973 if (checksum == (u16)EEPROM_SUM) in e1000_validate_eeprom_checksum()4000 checksum = (u16)EEPROM_SUM - checksum; in e1000_update_eeprom_checksum()
2278 #define EEPROM_SUM 0xBABA macro
809 if ((checksum != (u16)EEPROM_SUM) && !(*data)) in e1000_eeprom_test()
729 csum_new = EEPROM_SUM - csum_new; in e1000_dump_eeprom()