Searched refs:M88E1000_PHY_SPEC_STATUS (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/e1000api/ |
H A D | e1000_phy.c | 2174 offset = M88E1000_PHY_SPEC_STATUS; in e1000_check_downshift_generic() 2213 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &data); in e1000_check_polarity_m88() 2414 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_cable_length_m88() 2659 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_phy_info_m88()
|
H A D | e1000_defines.h | 1247 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Reg */ macro
|
H A D | e1000_82543.c | 1423 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_config_mac_to_phy_82543()
|
/titanic_44/usr/src/grub/grub-0.97/netboot/ |
H A D | e1000_hw.h | 1662 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
|
H A D | e1000.c | 2097 if((ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS,
|