Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dphy.c1715 if (phy->polarity_correction) { in e1000_check_polarity_ife()
1954 phy->polarity_correction = !!(phy_data & in e1000e_get_phy_info_m88()
2016 phy->polarity_correction = true; in e1000e_get_phy_info_igp()
2077 phy->polarity_correction = !(data & IFE_PSC_AUTO_POLARITY_DISABLE); in e1000_get_phy_info_ife()
2079 if (phy->polarity_correction) { in e1000_get_phy_info_ife()
3224 phy->polarity_correction = true; in e1000_get_phy_info_82577()
H A Dhw.h645 bool polarity_correction; member
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h432 bool polarity_correction; member
H A De1000_phy.c1935 phy->polarity_correction = (phy_data & M88E1000_PSCR_POLARITY_REVERSAL) in igb_get_phy_info_m88()
2001 phy->polarity_correction = true; in igb_get_phy_info_igp()
2523 phy->polarity_correction = true; in igb_get_phy_info_82580()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c3250 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()
3333 phy_info->polarity_correction = in e1000_phy_m88_get_info()
3389 phy_info->polarity_correction = e1000_polarity_reversal_undefined; in e1000_phy_get_info()
H A De1000_hw.h220 e1000_polarity_reversal polarity_correction; member
/openbmc/u-boot/drivers/net/
H A De1000.h227 e1000_polarity_reversal polarity_correction; member