Lines Matching refs:ad_reg

1563 	unsigned int ad_reg, lp_reg;  in xgbe_phy_an37_outcome()  local
1569 ad_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_ADVERTISE); 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()
1585 if (ad_reg & 0x100) in xgbe_phy_an37_outcome()
1596 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()
1597 mode = (ad_reg & 0x20) ? XGBE_MODE_X : XGBE_MODE_UNKNOWN; in xgbe_phy_an37_outcome()
1607 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local
1617 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_redrv_outcome()
1624 ad_reg &= lp_reg; in xgbe_phy_an73_redrv_outcome()
1625 if (ad_reg & 0x80) { in xgbe_phy_an73_redrv_outcome()
1634 } else if (ad_reg & 0x20) { in xgbe_phy_an73_redrv_outcome()
1672 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an73_redrv_outcome()
1684 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_outcome() local
1690 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE); 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()
1706 if (ad_reg & 0x400) in xgbe_phy_an73_outcome()
1714 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_outcome()
1721 ad_reg &= lp_reg; in xgbe_phy_an73_outcome()
1722 if (ad_reg & 0x80) in xgbe_phy_an73_outcome()
1724 else if (ad_reg & 0x20) in xgbe_phy_an73_outcome()
1730 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 2); in xgbe_phy_an73_outcome()