Searched refs:PHY_1000T_CTRL (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/igc/ |
H A D | igc_phy.c | 305 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, in igc_phy_setup_autoneg() 448 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, in igc_phy_setup_autoneg()
|
H A D | igc_defines.h | 919 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
|
/freebsd/sys/dev/e1000/ |
H A D | e1000_phy.c | 1020 ret_val = hw->phy.ops.read_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_set_master_slave_mode() 1045 return hw->phy.ops.write_reg(hw, PHY_1000T_CTRL, phy_data); in e1000_set_master_slave_mode() 1456 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, &data); in e1000_copper_link_setup_igp() 1461 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, data); in e1000_copper_link_setup_igp() 1499 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, in e1000_phy_setup_autoneg() 1619 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, in e1000_phy_setup_autoneg()
|
H A D | e1000_defines.h | 1025 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
|
H A D | if_em.c | 2790 PHY_1000T_CTRL, &phy_tmp); in lem_smartspeed() 2794 PHY_1000T_CTRL, phy_tmp); in lem_smartspeed() 2810 e1000_read_phy_reg(&sc->hw, PHY_1000T_CTRL, &phy_tmp); in lem_smartspeed() 2812 e1000_write_phy_reg(&sc->hw, PHY_1000T_CTRL, phy_tmp); in lem_smartspeed()
|