Lines Matching full:eeprom
8 * igc_poll_eerd_eewr_done - Poll for EEPROM read/write completion
10 * @ee_reg: EEPROM flag for polling
12 * Polls the EEPROM status bit for either read or write completion based
39 * igc_read_nvm_eerd - Reads EEPROM using EERD register
41 * @offset: offset of word in the EEPROM to read
43 * @data: word read from the EEPROM
45 * Reads a 16 bit word from the EEPROM using the EERD register.
105 * igc_validate_nvm_checksum - Validate EEPROM checksum
108 * Calculates the EEPROM checksum by reading/adding each word of the EEPROM
109 * and then verifies that the sum of the EEPROM is equal to 0xBABA.
137 * igc_update_nvm_checksum - Update EEPROM checksum
140 * Updates the EEPROM checksum by reading/adding each word of the EEPROM
141 * up to the checksum. Then calculates the EEPROM checksum and writes the
142 * value to the EEPROM.