Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/oki-semi/pch_gbe/
A Dpch_gbe_phy.c25 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Register */ macro
197 pch_gbe_phy_write_reg_miic(hw, PHY_1000T_CTRL, PHY_1000T_CTRL_DEFAULT); in pch_gbe_phy_hw_reset()
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A De1000_phy.c808 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, &data); in igb_copper_link_setup_igp()
813 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, data); in igb_copper_link_setup_igp()
818 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, &data); in igb_copper_link_setup_igp()
843 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, data); in igb_copper_link_setup_igp()
940 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, in igb_phy_setup_autoneg()
1062 PHY_1000T_CTRL, in igb_phy_setup_autoneg()
2605 ret_val = hw->phy.ops.read_reg(hw, PHY_1000T_CTRL, &phy_data); in igb_set_master_slave_mode()
2630 return hw->phy.ops.write_reg(hw, PHY_1000T_CTRL, phy_data); in igb_set_master_slave_mode()
A De1000_defines.h700 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/
A Digc_phy.c236 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, in igc_phy_setup_autoneg()
379 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, in igc_phy_setup_autoneg()
A Digc_defines.h615 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
/linux-6.3-rc2/drivers/net/ethernet/intel/e1000/
A De1000_hw.c1156 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_copper_link_igp_setup()
1161 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_data); in e1000_copper_link_igp_setup()
1166 ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_copper_link_igp_setup()
1190 ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_data); in e1000_copper_link_igp_setup()
1506 ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL, &mii_1000t_ctrl_reg); in e1000_phy_setup_autoneg()
1627 ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL, in e1000_phy_setup_autoneg()
A De1000_main.c4695 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4698 e1000_write_phy_reg(hw, PHY_1000T_CTRL, in e1000_smartspeed()
4713 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000_smartspeed()
4715 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000_smartspeed()
A De1000_hw.h2490 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro

Completed in 45 milliseconds