Lines Matching refs:polarity
46 static int32_t e1000_check_polarity(struct e1000_hw *hw, e1000_rev_polarity *polarity);
4168 e1000_rev_polarity polarity; in e1000_phy_igp_get_info() local
4183 ret_val = e1000_check_polarity(hw, &polarity); in e1000_phy_igp_get_info()
4187 phy_info->cable_polarity = polarity; in e1000_phy_igp_get_info()
4245 e1000_rev_polarity polarity; in e1000_phy_ife_get_info() local
4261 ret_val = e1000_check_polarity(hw, &polarity); in e1000_phy_ife_get_info()
4266 polarity = ((phy_data & IFE_PSC_FORCE_POLARITY) >> in e1000_phy_ife_get_info()
4270 phy_info->cable_polarity = polarity; in e1000_phy_ife_get_info()
4295 e1000_rev_polarity polarity; in e1000_phy_m88_get_info() local
4318 ret_val = e1000_check_polarity(hw, &polarity); in e1000_phy_m88_get_info()
4321 phy_info->cable_polarity = polarity; in e1000_phy_m88_get_info()
6868 e1000_rev_polarity *polarity) in e1000_check_polarity() argument
6882 *polarity = ((phy_data & M88E1000_PSSR_REV_POLARITY) >> in e1000_check_polarity()
6907 *polarity = (phy_data & IGP01E1000_PHY_POLARITY_MASK) ? in e1000_check_polarity()
6912 *polarity = (phy_data & IGP01E1000_PSSR_POLARITY_REVERSED) ? in e1000_check_polarity()
6920 *polarity = ((phy_data & IFE_PESC_POLARITY_REVERSED) >> in e1000_check_polarity()