Lines Matching refs:lp_reg
237 unsigned int ad_reg, lp_reg; in xgbe_phy_an_outcome() local
244 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA); in xgbe_phy_an_outcome()
245 if (lp_reg & 0x400) in xgbe_phy_an_outcome()
247 if (lp_reg & 0x800) in xgbe_phy_an_outcome()
255 if (ad_reg & lp_reg & 0x400) { in xgbe_phy_an_outcome()
258 } else if (ad_reg & lp_reg & 0x800) { in xgbe_phy_an_outcome()
261 else if (lp_reg & 0x400) in xgbe_phy_an_outcome()
268 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an_outcome()
269 if (lp_reg & 0x80) in xgbe_phy_an_outcome()
271 if (lp_reg & 0x20) { in xgbe_phy_an_outcome()
278 ad_reg &= lp_reg; in xgbe_phy_an_outcome()
292 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an_outcome()
293 if (lp_reg & 0xc000) in xgbe_phy_an_outcome()