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

12

/freebsd-10.0-release/sys/dev/mii/
H A Daxphy.c160 if (bmcr & BMCR_LOOP)
H A Dqsphy.c197 if (bmcr & BMCR_LOOP)
H A Dukphy_subr.c79 if (bmcr & BMCR_LOOP)
H A Dacphy.c228 if (bmcr & BMCR_LOOP)
H A Damphy.c167 if (bmcr & BMCR_LOOP)
H A Dbmtphy.c210 if (bmcr & BMCR_LOOP)
H A Dgentbi.c239 if (bmcr & BMCR_LOOP)
H A Dicsphy.c199 if (bmcr & BMCR_LOOP)
H A Dlxtphy.c225 if (bmcr & BMCR_LOOP)
H A Dmii.h52 #define BMCR_LOOP 0x4000 /* loopback */ macro
H A Dnsgphy.c209 if (bmcr & BMCR_LOOP)
H A Dnsphyter.c198 if ((bmcr & BMCR_LOOP) != 0)
H A Drdcphy.c214 if ((bmcr & BMCR_LOOP) != 0)
H A Drlphy.c196 if (bmcr & BMCR_LOOP)
H A Dsmscphy.c215 if ((bmcr & BMCR_LOOP) != 0)
H A Dtdkphy.c173 if (bmcr & BMCR_LOOP)
H A Datphy.c240 if ((bmcr & BMCR_LOOP) != 0)
H A Djmphy.c194 if ((bmcr & BMCR_LOOP) != 0)
H A Dnsphy.c236 if (bmcr & BMCR_LOOP)
H A Dsmcphy.c253 if ((bmcr & BMCR_LOOP) != 0)
H A Dtlphy.c322 if (bmcr & BMCR_LOOP)
/freebsd-10.0-release/sys/dev/fxp/
H A Dinphy.c165 if (bmcr & BMCR_LOOP)
/freebsd-10.0-release/sys/dev/cxgb/
H A Dcxgb_osdep.h177 #define BMCR_LOOPBACK BMCR_LOOP
/freebsd-10.0-release/sys/dev/tl/
H A Dif_tl.c924 flags = BMCR_LOOP|BMCR_ISO|BMCR_PDOWN;
931 tl_miibus_writereg(dev, 31, MII_BMCR, BMCR_LOOP|BMCR_ISO);
/freebsd-10.0-release/sys/dev/re/
H A Dif_re.c553 rval &= ~(BMCR_LOOP | BMCR_ISO);
577 data &= ~(BMCR_LOOP | BMCR_ISO);
798 re_miibus_writereg(sc->rl_dev, phyaddr, MII_BMCR, BMCR_LOOP);

Completed in 300 milliseconds

12