Lines Matching refs:ad_reg
1583 unsigned int ad_reg, lp_reg; in xgbe_phy_an37_outcome() local
1589 ad_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_ADVERTISE); 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()
1605 if (ad_reg & 0x100) in xgbe_phy_an37_outcome()
1616 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()
1617 mode = (ad_reg & 0x20) ? XGBE_MODE_X : XGBE_MODE_UNKNOWN; in xgbe_phy_an37_outcome()
1627 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local
1637 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_redrv_outcome()
1644 ad_reg &= lp_reg; in xgbe_phy_an73_redrv_outcome()
1645 if (ad_reg & 0x80) { in xgbe_phy_an73_redrv_outcome()
1655 } else if (ad_reg & 0x20) { in xgbe_phy_an73_redrv_outcome()
1694 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an73_redrv_outcome()
1706 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_outcome() local
1712 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE); 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()
1728 if (ad_reg & 0x400) in xgbe_phy_an73_outcome()
1736 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_outcome()
1743 ad_reg &= lp_reg; in xgbe_phy_an73_outcome()
1744 if (ad_reg & 0x80) in xgbe_phy_an73_outcome()
1746 else if (ad_reg & 0x20) in xgbe_phy_an73_outcome()
1752 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an73_outcome()