Searched refs:e1000_read_eeprom (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000_hw.c | 1128 ret_val = e1000_read_eeprom(hw, EEPROM_SERDES_AMPLITUDE, 1, &eeprom_data); in e1000_adjust_serdes_amplitude() 1184 ret_val = e1000_read_eeprom(hw, EEPROM_INIT_CONTROL2_REG, in e1000_setup_link() 1223 ret_val = e1000_read_eeprom(hw, EEPROM_INIT_CONTROL2_REG, in e1000_setup_link() 4696 ret_val = e1000_read_eeprom(hw, EEPROM_CFG, 1, &eeprom_size); in e1000_init_eeprom_params() 5063 e1000_read_eeprom(struct e1000_hw *hw, in e1000_read_eeprom() function 5313 e1000_read_eeprom(hw, 0x10, 1, &eeprom_data); in e1000_validate_eeprom_checksum() 5319 e1000_read_eeprom(hw, 0x23, 1, &eeprom_data); in e1000_validate_eeprom_checksum() 5334 e1000_read_eeprom(hw, 0x19, 1, &eeprom_data); in e1000_validate_eeprom_checksum() 5343 if (e1000_read_eeprom(hw, i, 1, &eeprom_data) < 0) { in e1000_validate_eeprom_checksum() 5376 if (e1000_read_eeprom(hw, i, 1, &eeprom_data) < 0) { in e1000_update_eeprom_checksum() [all …]
|
D | e1000_hw.h | 399 int32_t e1000_read_eeprom(struct e1000_hw *hw, uint16_t reg, uint16_t words, uint16_t *data);
|