• Home
  • Raw
  • Download

Lines Matching refs:lp_reg

1576 	unsigned int ad_reg, lp_reg;  in xgbe_phy_an37_outcome()  local
1583 lp_reg = XMDIO_READ(pdata, MDIO_MMD_VEND2, MDIO_VEND2_AN_LP_ABILITY); in xgbe_phy_an37_outcome()
1584 if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1586 if (lp_reg & 0x80) in xgbe_phy_an37_outcome()
1594 if (ad_reg & lp_reg & 0x100) { in xgbe_phy_an37_outcome()
1597 } else if (ad_reg & lp_reg & 0x80) { in xgbe_phy_an37_outcome()
1600 else if (lp_reg & 0x100) in xgbe_phy_an37_outcome()
1605 if (lp_reg & 0x20) in xgbe_phy_an37_outcome()
1609 ad_reg &= lp_reg; in xgbe_phy_an37_outcome()
1620 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_redrv_outcome() local
1631 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an73_redrv_outcome()
1632 if (lp_reg & 0x80) in xgbe_phy_an73_redrv_outcome()
1634 if (lp_reg & 0x20) in xgbe_phy_an73_redrv_outcome()
1637 ad_reg &= lp_reg; in xgbe_phy_an73_redrv_outcome()
1688 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an73_redrv_outcome()
1689 if (lp_reg & 0xc000) in xgbe_phy_an73_redrv_outcome()
1699 unsigned int ad_reg, lp_reg; in xgbe_phy_an73_outcome() local
1706 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA); in xgbe_phy_an73_outcome()
1707 if (lp_reg & 0x400) in xgbe_phy_an73_outcome()
1709 if (lp_reg & 0x800) in xgbe_phy_an73_outcome()
1717 if (ad_reg & lp_reg & 0x400) { in xgbe_phy_an73_outcome()
1720 } else if (ad_reg & lp_reg & 0x800) { in xgbe_phy_an73_outcome()
1723 else if (lp_reg & 0x400) in xgbe_phy_an73_outcome()
1730 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 1); in xgbe_phy_an73_outcome()
1731 if (lp_reg & 0x80) in xgbe_phy_an73_outcome()
1733 if (lp_reg & 0x20) in xgbe_phy_an73_outcome()
1736 ad_reg &= lp_reg; in xgbe_phy_an73_outcome()
1746 lp_reg = XMDIO_READ(pdata, MDIO_MMD_AN, MDIO_AN_LPA + 2); in xgbe_phy_an73_outcome()
1747 if (lp_reg & 0xc000) in xgbe_phy_an73_outcome()