Searched refs:PHY_1000T_CTRL (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000.c | 1657 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 D | e1000_hw.h | 1656 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
|
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_phy.c | 1014 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() 1445 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, &data); in e1000_copper_link_setup_igp() 1450 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, data); in e1000_copper_link_setup_igp() 1488 ret_val = phy->ops.read_reg(hw, PHY_1000T_CTRL, in e1000_phy_setup_autoneg() 1608 ret_val = phy->ops.write_reg(hw, PHY_1000T_CTRL, in e1000_phy_setup_autoneg()
|
H A D | e1000_defines.h | 1010 #define PHY_1000T_CTRL 0x09 /* 1000Base-T Control Reg */ macro
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 4436 PHY_1000T_CTRL, &phydata); in e1000g_link_check() 4439 PHY_1000T_CTRL, phydata); in e1000g_link_check() 5049 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000g_smartspeed() 5061 PHY_1000T_CTRL, phy_ctrl); in e1000g_smartspeed() 5095 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl); in e1000g_smartspeed() 5097 (void) e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl); in e1000g_smartspeed() 6357 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, in e1000g_get_phy_state()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 5068 (void) e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_1000t_ctrl); in igb_get_phy_state()
|