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

12

/freebsd-11-stable/sys/dev/mii/
H A Dqsphy.c185 if (bmcr & BMCR_LOOP)
H A Dukphy_subr.c79 if (bmcr & BMCR_LOOP)
H A Daxphy.c154 if (bmcr & BMCR_LOOP)
H A Dgentbi.c233 if (bmcr & BMCR_LOOP)
H A Dlxtphy.c217 if (bmcr & BMCR_LOOP)
H A Dmii.h52 #define BMCR_LOOP 0x4000 /* loopback */ macro
H A Dnsgphy.c203 if (bmcr & BMCR_LOOP)
H A Dnsphyter.c192 if ((bmcr & BMCR_LOOP) != 0)
H A Drdcphy.c208 if ((bmcr & BMCR_LOOP) != 0)
H A Drlphy.c183 if (bmcr & BMCR_LOOP)
H A Dsmscphy.c206 if ((bmcr & BMCR_LOOP) != 0)
H A Dtdkphy.c167 if (bmcr & BMCR_LOOP)
H A Dacphy.c214 if (bmcr & BMCR_LOOP)
H A Damphy.c161 if (bmcr & BMCR_LOOP)
H A Dbmtphy.c204 if (bmcr & BMCR_LOOP)
H A Dicsphy.c194 if (bmcr & BMCR_LOOP)
H A Djmphy.c181 if ((bmcr & BMCR_LOOP) != 0)
H A Dnsphy.c229 if (bmcr & BMCR_LOOP)
H A Dsmcphy.c243 if ((bmcr & BMCR_LOOP) != 0)
H A Dtlphy.c309 if (bmcr & BMCR_LOOP)
H A Datphy.c229 if ((bmcr & BMCR_LOOP) != 0)
/freebsd-11-stable/sys/dev/fxp/
H A Dinphy.c166 if (bmcr & BMCR_LOOP)
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_osdep.h175 #define BMCR_LOOPBACK BMCR_LOOP
/freebsd-11-stable/sys/dev/tl/
H A Dif_tl.c925 flags = BMCR_LOOP|BMCR_ISO|BMCR_PDOWN;
932 tl_miibus_writereg(dev, 31, MII_BMCR, BMCR_LOOP|BMCR_ISO);
/freebsd-11-stable/sys/dev/re/
H A Dif_re.c558 rval &= ~(BMCR_LOOP | BMCR_ISO);
582 data &= ~(BMCR_LOOP | BMCR_ISO);
812 re_miibus_writereg(sc->rl_dev, phyaddr, MII_BMCR, BMCR_LOOP);

Completed in 131 milliseconds

12