Searched refs:e1000_write_phy_reg (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.c | 144 e1000_write_phy_reg(hw, 0x2F5B, 0x0003); in e1000_phy_init_script() 147 e1000_write_phy_reg(hw, 0x0000, 0x0140); in e1000_phy_init_script() 153 e1000_write_phy_reg(hw, 0x1F95, 0x0001); in e1000_phy_init_script() 154 e1000_write_phy_reg(hw, 0x1F71, 0xBD21); in e1000_phy_init_script() 155 e1000_write_phy_reg(hw, 0x1F79, 0x0018); in e1000_phy_init_script() 172 e1000_write_phy_reg(hw, 0x0000, 0x3300); in e1000_phy_init_script() 210 e1000_write_phy_reg(hw, in e1000_phy_init_script() 213 e1000_write_phy_reg(hw, in e1000_phy_init_script() 1273 ret_val = e1000_write_phy_reg(hw, in e1000_copper_link_mgp_setup() 1284 ret_val = e1000_write_phy_reg(hw, in e1000_copper_link_mgp_setup() [all …]
|
| H A D | e1000_ethtool.c | 1109 e1000_write_phy_reg(hw, 29, 0x001F); in e1000_phy_disable_receiver() 1110 e1000_write_phy_reg(hw, 30, 0x8FFC); in e1000_phy_disable_receiver() 1111 e1000_write_phy_reg(hw, 29, 0x001A); in e1000_phy_disable_receiver() 1112 e1000_write_phy_reg(hw, 30, 0x8FF0); in e1000_phy_disable_receiver() 1169 e1000_write_phy_reg(hw, PHY_CTRL, 0x8100); in e1000_nonintegrated_phy_loopback() 1183 e1000_write_phy_reg(hw, PHY_CTRL, phy_reg); in e1000_nonintegrated_phy_loopback() 1214 e1000_write_phy_reg(hw, in e1000_integrated_phy_loopback() 1217 e1000_write_phy_reg(hw, PHY_CTRL, 0x9140); in e1000_integrated_phy_loopback() 1219 e1000_write_phy_reg(hw, PHY_CTRL, 0x8140); in e1000_integrated_phy_loopback() 1225 e1000_write_phy_reg(hw, PHY_CTRL, 0x4140); in e1000_integrated_phy_loopback() [all …]
|
| H A D | e1000_main.c | 422 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); in e1000_power_up_phy() 459 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg); in e1000_power_down_phy() 4702 e1000_write_phy_reg(hw, PHY_1000T_CTRL, in e1000_smartspeed() 4710 e1000_write_phy_reg(hw, PHY_CTRL, in e1000_smartspeed() 4719 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000_smartspeed() 4724 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl); in e1000_smartspeed() 4787 if (e1000_write_phy_reg(hw, data->reg_num, in e1000_mii_ioctl()
|
| H A D | e1000_hw.h | 282 s32 e1000_write_phy_reg(struct e1000_hw *hw, u32 reg_addr, u16 data);
|