Searched refs:M88E1000_PHY_SPEC_STATUS (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/drivers/net/ethernet/intel/igb/ |
D | e1000_phy.c | 1446 offset = M88E1000_PHY_SPEC_STATUS; in igb_check_downshift() 1485 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &data); in igb_check_polarity_m88() 1641 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in igb_get_cable_length_m88() 1865 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in igb_get_phy_info_m88()
|
D | e1000_defines.h | 700 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
|
/linux-3.3/drivers/net/ethernet/intel/e1000e/ |
D | defines.h | 736 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
|
D | phy.c | 1611 offset = M88E1000_PHY_SPEC_STATUS; in e1000e_check_downshift() 1647 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &data); in e1000_check_polarity_m88() 1834 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000e_get_cable_length_m88() 1966 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000e_get_phy_info_m88()
|
D | ethtool.c | 422 e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_regs()
|
/linux-3.3/drivers/net/ethernet/intel/e1000/ |
D | e1000_hw.c | 1986 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_config_mac_to_phy() 3393 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_phy_m88_get_info() 5057 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_get_cable_length() 5171 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_check_polarity() 5244 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_check_downshift()
|
D | e1000_ethtool.c | 375 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_regs()
|
D | e1000_hw.h | 2516 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
|