Searched refs:phy_saved_data (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/e1000/ |
D | e1000_hw.c | 218 uint16_t phy_saved_data; in e1000_phy_init_script() local 227 ret_val = e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_phy_init_script() 273 e1000_write_phy_reg(hw, 0x2F5B, phy_saved_data); in e1000_phy_init_script() 7133 uint16_t phy_data, phy_saved_data, speed, duplex, i; in e1000_config_dsp_after_link_change() local 7218 ret_val = e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_config_dsp_after_link_change() 7256 ret_val = e1000_write_phy_reg(hw, 0x2F5B, phy_saved_data); in e1000_config_dsp_after_link_change() 7267 ret_val = e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_config_dsp_after_link_change() 7297 ret_val = e1000_write_phy_reg(hw, 0x2F5B, phy_saved_data); in e1000_config_dsp_after_link_change()
|