Lines Matching refs:lp_reg
1563 unsigned int ad_reg, lp_reg; in xgbe_phy_an37_outcome() local
1570 lp_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_LP_ABILITY); in xgbe_phy_an37_outcome()
1571 if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1573 if (lp_reg & 0x80) in xgbe_phy_an37_outcome()
1581 if (ad_reg & lp_reg & 0x100) { in xgbe_phy_an37_outcome()
1584 } else if (ad_reg & lp_reg & 0x80) { in xgbe_phy_an37_outcome()
1587 else if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1592 if (lp_reg & 0x20) in xgbe_phy_an37_outcome()
1596 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()
1607 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local
1618 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an73_redrv_outcome()
1619 if (lp_reg & 0x80) in xgbe_phy_an73_redrv_outcome()
1621 if (lp_reg & 0x20) in xgbe_phy_an73_redrv_outcome()
1624 ad_reg &= lp_reg; in xgbe_phy_an73_redrv_outcome()
1673 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an73_redrv_outcome()
1674 if (lp_reg & 0xc000) in xgbe_phy_an73_redrv_outcome()
1684 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_outcome() local
1691 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA); in xgbe_phy_an73_outcome()
1692 if (lp_reg & 0x400) in xgbe_phy_an73_outcome()
1694 if (lp_reg & 0x800) in xgbe_phy_an73_outcome()
1702 if (ad_reg & lp_reg & 0x400) { in xgbe_phy_an73_outcome()
1705 } else if (ad_reg & lp_reg & 0x800) { in xgbe_phy_an73_outcome()
1708 else if (lp_reg & 0x400) in xgbe_phy_an73_outcome()
1715 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an73_outcome()
1716 if (lp_reg & 0x80) in xgbe_phy_an73_outcome()
1718 if (lp_reg & 0x20) in xgbe_phy_an73_outcome()
1721 ad_reg &= lp_reg; in xgbe_phy_an73_outcome()
1731 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an73_outcome()
1732 if (lp_reg & 0xc000) in xgbe_phy_an73_outcome()