Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dphy.c1683 if (phy->polarity_correction) { in e1000_check_polarity_ife()
1922 phy->polarity_correction = !!(phy_data & in e1000e_get_phy_info_m88()
1984 phy->polarity_correction = true; in e1000e_get_phy_info_igp()
2045 phy->polarity_correction = !(data & IFE_PSC_AUTO_POLARITY_DISABLE); in e1000_get_phy_info_ife()
2047 if (phy->polarity_correction) { in e1000_get_phy_info_ife()
3175 phy->polarity_correction = true; in e1000_get_phy_info_82577()
Dhw.h604 bool polarity_correction; member
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_hw.h449 bool polarity_correction; member
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()
2345 phy->polarity_correction = true; in igb_get_phy_info_82580()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_hw.c3281 phy_info->polarity_correction = e1000_polarity_reversal_enabled; in e1000_phy_igp_get_info()
3366 phy_info->polarity_correction = in e1000_phy_m88_get_info()
3426 phy_info->polarity_correction = e1000_polarity_reversal_undefined; in e1000_phy_get_info()
De1000_hw.h245 e1000_polarity_reversal polarity_correction; member