Searched refs:phy_saved_data (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.c | 132 u16 phy_saved_data; in e1000_phy_init_script() local 140 e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_phy_init_script() 175 e1000_write_phy_reg(hw, 0x2F5B, phy_saved_data); in e1000_phy_init_script() 5168 u16 phy_data, phy_saved_data, speed, duplex, i; in e1000_config_dsp_after_link_change() local 5191 e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_config_dsp_after_link_change() 5234 e1000_write_phy_reg(hw, 0x2F5B, phy_saved_data); in e1000_config_dsp_after_link_change() 5247 e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_config_dsp_after_link_change() 5279 e1000_write_phy_reg(hw, 0x2F5B, phy_saved_data); in e1000_config_dsp_after_link_change()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | e1000.c | 4464 uint16_t phy_saved_data; in e1000_phy_init_script() local 4472 ret_val = e1000_read_phy_reg(hw, 0x2F5B, &phy_saved_data); in e1000_phy_init_script() 4519 e1000_write_phy_reg(hw, 0x2F5B, phy_saved_data); in e1000_phy_init_script()
|