Home
last modified time | relevance | path

Searched refs:M88E1000_PHY_SPEC_STATUS (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/netif/ig_hal/
H A De1000_phy.c2180 offset = M88E1000_PHY_SPEC_STATUS; in e1000_check_downshift_generic()
2219 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &data); in e1000_check_polarity_m88()
2420 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_cable_length_m88()
2665 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_phy_info_m88()
H A De1000_defines.h1305 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Reg */ macro
H A De1000_82543.c1419 ret_val = hw->phy.ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_config_mac_to_phy_82543()