Searched refs:BMSR_ACOMP (Results 1 – 25 of 25) sorted by relevance
88 if ((bmsr & BMSR_ACOMP) == 0) { in ukphy_status()
155 if ((bmsr & BMSR_ACOMP) == 0) { in axphy_status()
78 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */ macro
209 if ((bmsr & BMSR_ACOMP) == 0) { in rdcphy_status()
167 if ((bmsr & BMSR_ACOMP) == 0) { in amphy_status()
210 if ((bmsr & BMSR_ACOMP) == 0) { in bmtphy_status()
239 if ((bmsr & BMSR_ACOMP) == 0) { in gentbi_status()
209 if ((bmsr & BMSR_ACOMP) == 0) { in nsgphy_status()
198 if ((bmsr & BMSR_ACOMP) == 0) { in nsphyter_status()
190 if ((bmsr & BMSR_ACOMP) == 0) { in rlphy_status()
174 if ((bmsr & BMSR_ACOMP) == 0) { in tdkphy_status()
216 if ((bmsr & BMSR_ACOMP) == 0) { in acphy_status()
208 if ((bmsr & BMSR_ACOMP) == 0) { in smscphy_status()
220 if ((bmsr & BMSR_ACOMP) == 0) { in lxtphy_status()
228 if ((bmsr & BMSR_ACOMP) == 0) { in nsphy_status()
245 if ((bmsr & BMSR_ACOMP) == 0) { in smcphy_status()
212 if ((bmsr & BMSR_ACOMP) == 0) { in mv88e151x_fiber_status()
290 if ((bmsr & BMSR_ACOMP) == 0) { in truephy_status()
168 if ((bmsr & BMSR_ACOMP) == 0) { in inphy_status()
199 if ((bmsr & BMSR_ACOMP) == 0) { in ruephy_status()
146 #define BMSR_ANEGCOMPLETE BMSR_ACOMP
798 (portreg & 0x40 ? BMSR_ACOMP : 0x00)); in ksz8995ma_readphy()
771 } while ((PHY1_RD(sc, MII_BMSR) & BMSR_ACOMP) == 0); in xae_phy_fixup()
430 rv |= BMSR_ACOMP; in nge_miibus_readreg()
3152 ret = (ret < 0) ? ret : (ret & BMSR_ACOMP); in xgbe_phy_link_status()