Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c1657 if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL,
1661 if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL,
1666 if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL,
1693 if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL,
1908 if((ret_val = e1000_read_phy_reg(hw, PHY_1000T_CTRL, &mii_1000t_ctrl_reg)))
2021 if((ret_val = e1000_write_phy_reg(hw, PHY_1000T_CTRL, mii_1000t_ctrl_reg)))
H A De1000_hw.h1656 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_phy.c304 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, in igc_phy_setup_autoneg()
447 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, in igc_phy_setup_autoneg()
H A Digc_defines.h920 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_phy.c1014 ret_val = hw->phy.ops.read_reg(hw, PHY_1000T_CTRL, &phy_data); in e1000_set_master_slave_mode()
1039 return hw->phy.ops.write_reg(hw, PHY_1000T_CTRL, phy_data); in e1000_set_master_slave_mode()
1446 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, &data); in e1000_copper_link_setup_igp()
1451 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, data); in e1000_copper_link_setup_igp()
1489 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, in e1000_phy_setup_autoneg()
1609 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, in e1000_phy_setup_autoneg()
H A De1000_defines.h1011 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c4478 PHY_1000T_CTRL, &phydata); in e1000g_link_check()
4481 PHY_1000T_CTRL, phydata); in e1000g_link_check()
5091 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000g_smartspeed()
5103 PHY_1000T_CTRL, phy_ctrl); in e1000g_smartspeed()
5137 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000g_smartspeed()
5139 (void) e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000g_smartspeed()
6399 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, in e1000g_get_phy_state()
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc.c597 (void) igc_read_phy_reg(&igc->igc_hw, PHY_1000T_CTRL, in igc_intr_lsc()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c5113 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl); in igb_get_phy_state()