Searched refs:write_phy_reg (Results 1 – 9 of 9) sorted by relevance
/drivers/net/igb/ |
D | e1000_phy.c | 121 ret_val = hw->phy.ops.write_phy_reg(hw, M88E1000_PHY_GEN_CONTROL, 0xC1); in igb_phy_reset_dsp() 125 ret_val = hw->phy.ops.write_phy_reg(hw, M88E1000_PHY_GEN_CONTROL, 0); in igb_phy_reset_dsp() 386 ret_val = hw->phy.ops.write_phy_reg(hw, M88E1000_PHY_SPEC_CTRL, in igb_copper_link_setup_m88() 416 ret_val = hw->phy.ops.write_phy_reg(hw, in igb_copper_link_setup_m88() 500 ret_val = hw->phy.ops.write_phy_reg(hw, IGP01E1000_PHY_PORT_CTRL, data); in igb_copper_link_setup_igp() 520 ret_val = hw->phy.ops.write_phy_reg(hw, in igb_copper_link_setup_igp() 533 ret_val = hw->phy.ops.write_phy_reg(hw, PHY_1000T_CTRL, in igb_copper_link_setup_igp() 563 ret_val = hw->phy.ops.write_phy_reg(hw, PHY_1000T_CTRL, data); in igb_copper_link_setup_igp() 617 ret_val = hw->phy.ops.write_phy_reg(hw, PHY_CONTROL, phy_ctrl); in igb_copper_link_autoneg() 788 ret_val = hw->phy.ops.write_phy_reg(hw, PHY_AUTONEG_ADV, in igb_phy_setup_autoneg() [all …]
|
D | e1000_82575.c | 200 phy->ops.write_phy_reg = igb_write_phy_reg_sgmii_82575; in igb_get_invariants_82575() 204 phy->ops.write_phy_reg = igb_write_phy_reg_igp; in igb_get_invariants_82575() 454 ret_val = hw->phy.ops.write_phy_reg(hw, 0x1B, 0x8084); in igb_phy_hw_reset_sgmii_82575() 489 ret_val = phy->ops.write_phy_reg(hw, IGP02E1000_PHY_POWER_MGMT, in igb_set_d0_lplu_state_82575() 498 ret_val = phy->ops.write_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in igb_set_d0_lplu_state_82575() 504 ret_val = phy->ops.write_phy_reg(hw, IGP02E1000_PHY_POWER_MGMT, in igb_set_d0_lplu_state_82575() 519 ret_val = phy->ops.write_phy_reg(hw, in igb_set_d0_lplu_state_82575() 530 ret_val = phy->ops.write_phy_reg(hw, in igb_set_d0_lplu_state_82575()
|
D | igb.h | 352 if (hw->phy.ops.write_phy_reg) in igb_write_phy_reg() 353 return hw->phy.ops.write_phy_reg(hw, offset, data); in igb_write_phy_reg()
|
D | e1000_hw.h | 436 s32 (*write_phy_reg)(struct e1000_hw *, u32, u16); member
|
/drivers/net/e1000e/ |
D | 82571.c | 1401 .write_phy_reg = e1000e_write_phy_reg_igp, 1418 .write_phy_reg = e1000e_write_phy_reg_m88, 1435 .write_phy_reg = e1000e_write_phy_reg_bm2,
|
D | ich8lan.c | 236 hw->phy.ops.write_phy_reg = e1000e_write_phy_reg_bm; in e1000_init_phy_params_ich8lan() 268 hw->phy.ops.write_phy_reg = e1000e_write_phy_reg_bm; in e1000_init_phy_params_ich8lan() 2590 .write_phy_reg = e1000e_write_phy_reg_igp,
|
D | hw.h | 742 s32 (*write_phy_reg)(struct e1000_hw *, u32, u16); member
|
D | e1000.h | 514 return hw->phy.ops.write_phy_reg(hw, offset, data); in e1e_wphy()
|
D | es2lan.c | 1397 .write_phy_reg = e1000_write_phy_reg_gg82563_80003es2lan,
|