Home
last modified time | relevance | path

Searched refs:e1000_read_eeprom (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c658 ret_val = e1000_read_eeprom(hw, EEPROM_SERDES_AMPLITUDE, 1, in e1000_adjust_serdes_amplitude()
700 ret_val = e1000_read_eeprom(hw, EEPROM_INIT_CONTROL2_REG, in e1000_setup_link()
737 ret_val = e1000_read_eeprom(hw, EEPROM_INIT_CONTROL2_REG, in e1000_setup_link()
3513 ret_val = e1000_read_eeprom(hw, EEPROM_CFG, 1, &eeprom_size); in e1000_init_eeprom_params()
3848 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000_read_eeprom() function
3963 if (e1000_read_eeprom(hw, i, 1, &eeprom_data) < 0) { in e1000_validate_eeprom_checksum()
3997 if (e1000_read_eeprom(hw, i, 1, &eeprom_data) < 0) { in e1000_update_eeprom_checksum()
4233 if (e1000_read_eeprom(hw, offset, 1, &eeprom_data) < 0) { in e1000_read_mac_addr()
4430 if (e1000_read_eeprom(hw, EEPROM_ID_LED_SETTINGS, 1, &eeprom_data) < 0) { in e1000_id_led_init()
5306 e1000_read_eeprom(hw, EEPROM_PHY_CLASS_WORD, 1, in e1000_set_phy_mode()
H A De1000_ethtool.c444 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()
797 if ((e1000_read_eeprom(hw, i, 1, &temp)) < 0) { in e1000_eeprom_test()
H A De1000_main.c1131 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 De1000_hw.h347 s32 e1000_read_eeprom(struct e1000_hw *hw, u16 reg, u16 words, u16 * data);
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c153 static int32_t e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset,
572 ret_val = e1000_read_eeprom(hw, EEPROM_CFG, 1, in e1000_init_eeprom_params()
770 e1000_read_eeprom(struct e1000_hw *hw, uint16_t offset, in e1000_read_eeprom() function
887 if (e1000_read_eeprom(hw, 0, EEPROM_CHECKSUM_REG + 1, buf) < 0) { in e1000_validate_eeprom_checksum()
931 ret_val = e1000_read_eeprom(hw, EEPROM_PHY_CLASS_WORD, in e1000_set_phy_mode()
1173 } else if (e1000_read_eeprom(hw, offset, 1, &eeprom_data) < 0) { in e1000_read_mac_addr()
1873 if (e1000_read_eeprom(hw, EEPROM_INIT_CONTROL2_REG, 1, in e1000_setup_link()
1889 ret_val = e1000_read_eeprom(hw, in e1000_setup_link()