Lines Matching refs:lp_reg

1653 	unsigned int ad_reg, lp_reg;  in xgbe_phy_an37_outcome()  local
1660 lp_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_LP_ABILITY); in xgbe_phy_an37_outcome()
1661 if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1663 if (lp_reg & 0x80) in xgbe_phy_an37_outcome()
1671 if (ad_reg & lp_reg & 0x100) { in xgbe_phy_an37_outcome()
1674 } else if (ad_reg & lp_reg & 0x80) { in xgbe_phy_an37_outcome()
1677 else if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1682 if (lp_reg & 0x20) in xgbe_phy_an37_outcome()
1686 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()
1697 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local
1708 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an73_redrv_outcome()
1709 if (lp_reg & 0x80) in xgbe_phy_an73_redrv_outcome()
1711 if (lp_reg & 0x20) in xgbe_phy_an73_redrv_outcome()
1714 ad_reg &= lp_reg; in xgbe_phy_an73_redrv_outcome()
1771 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an73_redrv_outcome()
1772 if (lp_reg & 0xc000) in xgbe_phy_an73_redrv_outcome()
1782 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_outcome() local
1789 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA); in xgbe_phy_an73_outcome()
1790 if (lp_reg & 0x400) in xgbe_phy_an73_outcome()
1792 if (lp_reg & 0x800) in xgbe_phy_an73_outcome()
1800 if (ad_reg & lp_reg & 0x400) { in xgbe_phy_an73_outcome()
1803 } else if (ad_reg & lp_reg & 0x800) { in xgbe_phy_an73_outcome()
1806 else if (lp_reg & 0x400) in xgbe_phy_an73_outcome()
1813 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an73_outcome()
1814 if (lp_reg & 0x80) in xgbe_phy_an73_outcome()
1816 if (lp_reg & 0x20) in xgbe_phy_an73_outcome()
1819 ad_reg &= lp_reg; in xgbe_phy_an73_outcome()
1829 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an73_outcome()
1830 if (lp_reg & 0xc000) in xgbe_phy_an73_outcome()