Lines Matching refs:polarity
37 e1000_rev_polarity *polarity);
3270 e1000_rev_polarity polarity; in e1000_phy_igp_get_info() local
3284 ret_val = e1000_check_polarity(hw, &polarity); in e1000_phy_igp_get_info()
3288 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
3349 e1000_rev_polarity polarity; in e1000_phy_m88_get_info() local
3372 ret_val = e1000_check_polarity(hw, &polarity); in e1000_phy_m88_get_info()
3375 phy_info->cable_polarity = polarity; in e1000_phy_m88_get_info()
5030 e1000_rev_polarity *polarity) in e1000_check_polarity() argument
5041 *polarity = ((phy_data & M88E1000_PSSR_REV_POLARITY) >> in e1000_check_polarity()
5066 *polarity = (phy_data & IGP01E1000_PHY_POLARITY_MASK) ? in e1000_check_polarity()
5073 *polarity = in e1000_check_polarity()