Home
last modified time | relevance | path

Searched refs:BMCR_LOOP (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/dev/mii/
H A Dukphy_subr.c79 if (bmcr & BMCR_LOOP) in ukphy_status()
H A Daxphy.c151 if (bmcr & BMCR_LOOP) in axphy_status()
H A Dmii.h52 #define BMCR_LOOP 0x4000 /* loopback */ macro
H A Dqsphy.c183 if (bmcr & BMCR_LOOP) in qsphy_status()
H A Dicsphy.c192 if (bmcr & BMCR_LOOP) in icsphy_status()
H A Drdcphy.c205 if ((bmcr & BMCR_LOOP) != 0) in rdcphy_status()
H A Damphy.c159 if (bmcr & BMCR_LOOP) in amphy_status()
H A Dbmtphy.c202 if (bmcr & BMCR_LOOP) in bmtphy_status()
H A Dgentbi.c231 if (bmcr & BMCR_LOOP) in gentbi_status()
H A Dnsgphy.c201 if (bmcr & BMCR_LOOP) in nsgphy_status()
H A Dnsphyter.c190 if ((bmcr & BMCR_LOOP) != 0) in nsphyter_status()
H A Drlphy.c181 if (bmcr & BMCR_LOOP) in rlphy_status()
H A Dtdkphy.c165 if (bmcr & BMCR_LOOP) in tdkphy_status()
H A Dacphy.c212 if (bmcr & BMCR_LOOP) in acphy_status()
H A Dsmscphy.c204 if ((bmcr & BMCR_LOOP) != 0) in smscphy_status()
H A Dlxtphy.c215 if (bmcr & BMCR_LOOP) in lxtphy_status()
H A Dnsphy.c220 if (bmcr & BMCR_LOOP) in nsphy_status()
H A Dsmcphy.c241 if ((bmcr & BMCR_LOOP) != 0) in smcphy_status()
H A Ddp83867phy.c248 if (bmcr & BMCR_LOOP) in dp_status()
H A Dmv88e151x.c203 if (bmcr & BMCR_LOOP) in mv88e151x_fiber_status()
H A Datphy.c228 if ((bmcr & BMCR_LOOP) != 0) in atphy_status()
H A Djmphy.c180 if ((bmcr & BMCR_LOOP) != 0) in jmphy_status()
/freebsd/sys/dev/fxp/
H A Dinphy.c164 if (bmcr & BMCR_LOOP) in inphy_status()
/freebsd/sys/dev/cxgb/
H A Dcxgb_osdep.h138 #define BMCR_LOOPBACK BMCR_LOOP
/freebsd/sys/dev/re/
H A Dif_re.c565 rval &= ~(BMCR_LOOP | BMCR_ISO); in re_miibus_readreg()
589 data &= ~(BMCR_LOOP | BMCR_ISO); in re_miibus_writereg()
821 re_miibus_writereg(sc->rl_dev, phyaddr, MII_BMCR, BMCR_LOOP); in re_diag()