Searched refs:ad_reg (Results 1 – 1 of 1) sorted by relevance
1530 unsigned int ad_reg, lp_reg; in xgbe_phy_an37_outcome() local1536 ad_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_ADVERTISE); in xgbe_phy_an37_outcome()1548 if (ad_reg & lp_reg & 0x100) { in xgbe_phy_an37_outcome()1551 } else if (ad_reg & lp_reg & 0x80) { in xgbe_phy_an37_outcome()1552 if (ad_reg & 0x100) in xgbe_phy_an37_outcome()1563 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()1564 mode = (ad_reg & 0x20) ? XGBE_MODE_X : XGBE_MODE_UNKNOWN; in xgbe_phy_an37_outcome()1574 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local1584 ad_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_ADVERTISE + 1); in xgbe_phy_an73_redrv_outcome()1591 ad_reg &= lp_reg; in xgbe_phy_an73_redrv_outcome()[all …]