Lines Matching refs:lp_reg
1583 unsigned int ad_reg, lp_reg; in xgbe_phy_an37_outcome() local
1590 lp_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_LP_ABILITY); in xgbe_phy_an37_outcome()
1591 if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1593 if (lp_reg & 0x80) in xgbe_phy_an37_outcome()
1601 if (ad_reg & lp_reg & 0x100) { in xgbe_phy_an37_outcome()
1604 } else if (ad_reg & lp_reg & 0x80) { in xgbe_phy_an37_outcome()
1607 else if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1612 if (lp_reg & 0x20) in xgbe_phy_an37_outcome()
1616 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()
1627 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local
1638 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an73_redrv_outcome()
1639 if (lp_reg & 0x80) in xgbe_phy_an73_redrv_outcome()
1641 if (lp_reg & 0x20) in xgbe_phy_an73_redrv_outcome()
1644 ad_reg &= lp_reg; in xgbe_phy_an73_redrv_outcome()
1695 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an73_redrv_outcome()
1696 if (lp_reg & 0xc000) in xgbe_phy_an73_redrv_outcome()
1706 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_outcome() local
1713 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA); in xgbe_phy_an73_outcome()
1714 if (lp_reg & 0x400) in xgbe_phy_an73_outcome()
1716 if (lp_reg & 0x800) in xgbe_phy_an73_outcome()
1724 if (ad_reg & lp_reg & 0x400) { in xgbe_phy_an73_outcome()
1727 } else if (ad_reg & lp_reg & 0x800) { in xgbe_phy_an73_outcome()
1730 else if (lp_reg & 0x400) in xgbe_phy_an73_outcome()
1737 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an73_outcome()
1738 if (lp_reg & 0x80) in xgbe_phy_an73_outcome()
1740 if (lp_reg & 0x20) in xgbe_phy_an73_outcome()
1743 ad_reg &= lp_reg; in xgbe_phy_an73_outcome()
1753 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an73_outcome()
1754 if (lp_reg & 0xc000) in xgbe_phy_an73_outcome()