Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A De1000_regs.h231 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
H A De1000.c213 [MII_PHYID2] = PHY_R, [M88E1000_PHY_SPEC_STATUS] = PHY_R,
247 [M88E1000_PHY_SPEC_STATUS] = 0xac00,
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.c1488 offset = M88E1000_PHY_SPEC_STATUS; in igb_check_downshift()
1527 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &data); in igb_check_polarity_m88()
1681 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in igb_get_cable_length_m88()
1942 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in igb_get_phy_info_m88()
H A De1000_defines.h892 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h714 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
H A Dphy.c1611 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()
1833 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000e_get_cable_length_m88()
1961 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000e_get_phy_info_m88()
H A Dethtool.c480 e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_regs()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1946 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_config_mac_to_phy()
3343 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_phy_m88_get_info()
4886 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_get_cable_length()
4995 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_check_polarity()
5064 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_check_downshift()
H A De1000_ethtool.c388 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_regs()
H A De1000_hw.h2496 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
/openbmc/u-boot/drivers/net/
H A De1000.h1891 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
H A De1000.c3542 if (e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data) < 0) { in e1000_config_mac_to_phy()