Home
last modified time | relevance | path

Searched refs:BMSR_ACOMP (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/sys/dev/mii/
Dukphy_subr.c90 if ((bmsr & BMSR_ACOMP) == 0) { in ukphy_status()
Daxphy.c160 if ((bmsr & BMSR_ACOMP) == 0) { in axphy_status()
Dmii.h80 #define BMSR_ACOMP 0x0020 /* Autonegotiation complete */ macro
Drdcphy.c212 if ((bmsr & BMSR_ACOMP) == 0) { in rdcphy_status()
Dnsphyter.c202 if ((bmsr & BMSR_ACOMP) == 0) { in nsphyter_status()
Dgentbi.c243 if ((bmsr & BMSR_ACOMP) == 0) { in gentbi_status()
Dnsgphy.c213 if ((bmsr & BMSR_ACOMP) == 0) { in nsgphy_status()
Dtdkphy.c178 if ((bmsr & BMSR_ACOMP) == 0) { in tdkphy_status()
Damphy.c171 if ((bmsr & BMSR_ACOMP) == 0) { in amphy_status()
Dacphy.c220 if ((bmsr & BMSR_ACOMP) == 0) { in acphy_status()
Dbmtphy.c214 if ((bmsr & BMSR_ACOMP) == 0) { in bmtphy_status()
Drlphy.c194 if ((bmsr & BMSR_ACOMP) == 0) { in rlphy_status()
Dsmscphy.c212 if ((bmsr & BMSR_ACOMP) == 0) { in smscphy_status()
Dlxtphy.c224 if ((bmsr & BMSR_ACOMP) == 0) { in lxtphy_status()
Dsmcphy.c249 if ((bmsr & BMSR_ACOMP) == 0) { in smcphy_status()
Dnsphy.c239 if ((bmsr & BMSR_ACOMP) == 0) { in nsphy_status()
Dtruephy.c293 if ((bmsr & BMSR_ACOMP) == 0) { in truephy_status()
/freebsd-12-stable/sys/dev/fxp/
Dinphy.c172 if ((bmsr & BMSR_ACOMP) == 0) { in inphy_status()
/freebsd-12-stable/sys/dev/usb/net/
Druephy.c204 if ((bmsr & BMSR_ACOMP) == 0) { in ruephy_status()
/freebsd-12-stable/sys/dev/cxgb/
Dcxgb_osdep.h184 #define BMSR_ANEGCOMPLETE BMSR_ACOMP
/freebsd-12-stable/sys/dev/etherswitch/micrel/
Dksz8995ma.c821 (portreg & 0x40 ? BMSR_ACOMP : 0x00)); in ksz8995ma_readphy()
/freebsd-12-stable/sys/dev/xilinx/
Dif_xae.c774 } while ((PHY1_RD(sc, MII_BMSR) & BMSR_ACOMP) == 0); in xae_phy_fixup()
/freebsd-12-stable/sys/dev/nge/
Dif_nge.c434 rv |= BMSR_ACOMP; in nge_miibus_readreg()
/freebsd-12-stable/sys/dev/txp/
Dif_txp.c2644 if ((bmsr & BMSR_ACOMP) == 0) { in txp_ifmedia_sts()