Searched refs:IGP01E1000_PHY_PORT_STATUS (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_phy.h | 61 #define IGP01E1000_PHY_PORT_STATUS 0x11 /* Status */ macro
|
H A D | e1000_phy.c | 1555 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_STATUS, &data); in igb_check_polarity_igp() 1567 offset = IGP01E1000_PHY_PORT_STATUS; in igb_check_polarity_igp() 2007 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_STATUS, &data); in igb_get_phy_info_igp()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000e/ |
H A D | phy.h | 75 #define IGP01E1000_PHY_PORT_STATUS 0x11 /* Status */ macro
|
H A D | phy.c | 1675 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_STATUS, &data); in e1000_check_polarity_igp() 1687 offset = IGP01E1000_PHY_PORT_STATUS; in e1000_check_polarity_igp() 2022 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_STATUS, &data); in e1000e_get_phy_info_igp()
|
/openbmc/qemu/hw/net/ |
H A D | igb_regs.h | 83 #define IGP01E1000_PHY_PORT_STATUS 0x11 /* Status */ macro
|
H A D | igb_core.c | 2662 [IGP01E1000_PHY_PORT_STATUS] = PHY_R, 4360 [IGP01E1000_PHY_PORT_STATUS] = IGP01E1000_PSSR_SPEED_1000MBPS,
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.h | 1920 #define IGP01E1000_PHY_PORT_STATUS 0x11 /* PHY Specific Status Register */ macro
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_hw.c | 3259 ret_val = e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_STATUS, &phy_data); in e1000_phy_igp_get_info() 5004 ret_val = e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_STATUS, in e1000_check_polarity()
|
H A D | e1000_ethtool.c | 375 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_STATUS & in e1000_get_regs()
|
H A D | e1000_hw.h | 2514 #define IGP01E1000_PHY_PORT_STATUS 0x11 /* PHY Specific Status Register */ macro
|