Searched refs:e1000_read_eeprom (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 659 ret_val = e1000_read_eeprom(hw, EEPROM_SERDES_AMPLITUDE, 1, in e1000_adjust_serdes_amplitude() 701 ret_val = e1000_read_eeprom(hw, EEPROM_INIT_CONTROL2_REG, in e1000_setup_link() 738 ret_val = e1000_read_eeprom(hw, EEPROM_INIT_CONTROL2_REG, in e1000_setup_link() 3510 ret_val = e1000_read_eeprom(hw, EEPROM_CFG, 1, &eeprom_size); in e1000_init_eeprom_params() 3845 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_eeprom() function 3960 if (e1000_read_eeprom(hw, i, 1, &eeprom_data) < 0) { in e1000_validate_eeprom_checksum() 3994 if (e1000_read_eeprom(hw, i, 1, &eeprom_data) < 0) { in e1000_update_eeprom_checksum() 4230 if (e1000_read_eeprom(hw, offset, 1, &eeprom_data) < 0) { in e1000_read_mac_addr() 4427 if (e1000_read_eeprom(hw, EEPROM_ID_LED_SETTINGS, 1, &eeprom_data) < 0) { in e1000_id_led_init() 5301 e1000_read_eeprom(hw, EEPROM_PHY_CLASS_WORD, 1, in e1000_set_phy_mode()
|
H A D | e1000_ethtool.c | 444 ret_val = e1000_read_eeprom(hw, first_word, in e1000_get_eeprom() 449 ret_val = e1000_read_eeprom(hw, first_word + i, 1, in e1000_get_eeprom() 497 ret_val = e1000_read_eeprom(hw, first_word, 1, in e1000_set_eeprom() 505 ret_val = e1000_read_eeprom(hw, last_word, 1, in e1000_set_eeprom() 801 if ((e1000_read_eeprom(hw, i, 1, &temp)) < 0) { in e1000_eeprom_test()
|
H A D | e1000_main.c | 1131 e1000_read_eeprom(hw, in e1000_probe() 1138 e1000_read_eeprom(hw, in e1000_probe() 1144 e1000_read_eeprom(hw, in e1000_probe()
|
H A D | e1000_hw.h | 346 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 reg, u16 words, u16 * data);
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.c | 154 static int32_t e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset, 573 ret_val = e1000_read_eeprom(hw, EEPROM_CFG, 1, in e1000_init_eeprom_params() 771 e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset, in e1000_read_eeprom() function 1056 if (e1000_read_eeprom(hw, 0, EEPROM_CHECKSUM_REG + 1, buf) < 0) { in e1000_validate_eeprom_checksum() 1100 ret_val = e1000_read_eeprom(hw, EEPROM_PHY_CLASS_WORD, in e1000_set_phy_mode() 1330 if (e1000_read_eeprom(hw, offset, 1, &eeprom_data) < 0) { in e1000_read_mac_addr_from_eeprom() 2087 if (e1000_read_eeprom(hw, EEPROM_INIT_CONTROL2_REG, 1, in e1000_setup_link() 2103 ret_val = e1000_read_eeprom(hw, in e1000_setup_link()
|