Lines Matching refs:ad_reg
1653 unsigned int ad_reg, lp_reg; in xgbe_phy_an37_outcome() local
1659 ad_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_ADVERTISE); 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()
1675 if (ad_reg & 0x100) in xgbe_phy_an37_outcome()
1686 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()
1687 mode = (ad_reg & 0x20) ? XGBE_MODE_X : XGBE_MODE_UNKNOWN; in xgbe_phy_an37_outcome()
1697 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local
1707 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_redrv_outcome()
1714 ad_reg &= lp_reg; in xgbe_phy_an73_redrv_outcome()
1715 if (ad_reg & 0x80) { in xgbe_phy_an73_redrv_outcome()
1725 } else if (ad_reg & 0x20) { in xgbe_phy_an73_redrv_outcome()
1770 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an73_redrv_outcome()
1782 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_outcome() local
1788 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE); 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()
1804 if (ad_reg & 0x400) in xgbe_phy_an73_outcome()
1812 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_outcome()
1819 ad_reg &= lp_reg; in xgbe_phy_an73_outcome()
1820 if (ad_reg & 0x80) in xgbe_phy_an73_outcome()
1822 else if (ad_reg & 0x20) in xgbe_phy_an73_outcome()
1828 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an73_outcome()