Home
last modified time | relevance | path

Searched refs:IGP01E1000_PSSR_SPEED_MASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_phy.h114 #define IGP01E1000_PSSR_SPEED_MASK 0xC000 macro
H A De1000_phy.c1559 if ((data & IGP01E1000_PSSR_SPEED_MASK) == in igb_check_polarity_igp()
2013 if ((data & IGP01E1000_PSSR_SPEED_MASK) == in igb_get_phy_info_igp()
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.h170 #define IGP01E1000_PSSR_SPEED_MASK 0xC000 macro
H A Dphy.c1679 if ((data & IGP01E1000_PSSR_SPEED_MASK) == in e1000_check_polarity_igp()
2028 if ((data & IGP01E1000_PSSR_SPEED_MASK) == in e1000e_get_phy_info_igp()
/openbmc/qemu/hw/net/
H A Digb_regs.h100 #define IGP01E1000_PSSR_SPEED_MASK 0xC000 macro
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3266 if ((phy_data & IGP01E1000_PSSR_SPEED_MASK) == in e1000_phy_igp_get_info()
5012 if ((phy_data & IGP01E1000_PSSR_SPEED_MASK) == in e1000_check_polarity()
H A De1000_hw.h2798 #define IGP01E1000_PSSR_SPEED_MASK 0xC000 /* speed bits mask */ macro