Searched refs:IGP01E1000_PHY_PORT_CTRL (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/e1000api/ |
H A D | e1000_phy.h | 129 #define IGP01E1000_PHY_PORT_CTRL 0x12 /* Control */ macro
|
H A D | e1000_phy.c | 1401 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CTRL, &data); in e1000_copper_link_setup_igp() 1419 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CTRL, data); in e1000_copper_link_setup_igp() 1762 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CTRL, &phy_data); in e1000_phy_force_speed_duplex_igp() 1769 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CTRL, phy_data); in e1000_phy_force_speed_duplex_igp()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 1681 #define IGP01E1000_PHY_PORT_CTRL 0x12 /* PHY Specific Control Register */ macro
|
H A D | e1000.c | 1600 if((ret_val = e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CTRL, 1628 if((ret_val = e1000_write_phy_reg(hw, IGP01E1000_PHY_PORT_CTRL,
|