Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82541.c642 u16 phy_data, phy_saved_data, speed, duplex, i; in e1000_config_dsp_after_link_change_82541() local
730 &phy_saved_data); in e1000_config_dsp_after_link_change_82541()
771 phy_saved_data); in e1000_config_dsp_after_link_change_82541()
787 ret_val = phy->ops.read_reg(hw, 0x2F5B, &phy_saved_data); in e1000_config_dsp_after_link_change_82541()
816 ret_val = phy->ops.write_reg(hw, 0x2F5B, phy_saved_data); in e1000_config_dsp_after_link_change_82541()
1062 u16 phy_saved_data; in e1000_phy_init_script_82541() local
1078 ret_val = hw->phy.ops.read_reg(hw, 0x2F5B, &phy_saved_data); in e1000_phy_init_script_82541()
1123 hw->phy.ops.write_reg(hw, 0x2F5B, phy_saved_data); in e1000_phy_init_script_82541()