Home
last modified time | relevance | path

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

/freebsd/sys/dev/e1000/
H A De1000_phy.c2296 if (phy->polarity_correction) { in e1000_check_polarity_ife()
2663 phy->polarity_correction = !!(phy_data & in e1000_get_phy_info_m88()
2729 phy->polarity_correction = true; in e1000_get_phy_info_igp()
2794 phy->polarity_correction = !(data & IFE_PSC_AUTO_POLARITY_DISABLE); in e1000_get_phy_info_ife()
2796 if (phy->polarity_correction) { in e1000_get_phy_info_ife()
3981 phy->polarity_correction = true; in e1000_get_phy_info_82577()
H A De1000_hw.h899 bool polarity_correction; member
/freebsd/sys/dev/igc/
H A Digc_hw.h470 bool polarity_correction; member