HomeSort by: relevance | last modified time | path
    Searched defs:BMCR_RESET (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 416 #define BMCR_RESET 0x8000 /* reset */
  /src/sys/arch/sandpoint/stand/altboot/
pcn.c 339 #define BMCR_RESET 0x8000 /* reset */
360 pcn_mii_write(l, phy, MII_BMCR, ctl | BMCR_RESET);
369 } while (bound-- > 0 && (ctl & BMCR_RESET));
sip.c 339 #define BMCR_RESET 0x8000 /* reset */
388 mii_write(l, phy, MII_BMCR, ctl | BMCR_RESET);
397 } while (bound-- > 0 && (ctl & BMCR_RESET));
sme.c 259 #define BMCR_RESET 0x8000 /* reset */
tlp.c 355 #define BMCR_RESET 0x8000 /* reset */
386 mii_write(l, phy, MII_BMCR, ctl | BMCR_RESET);
395 } while (bound-- > 0 && (ctl & BMCR_RESET));
wm.c 379 #define BMCR_RESET 0x8000 /* reset */
417 mii_write(l, phy, MII_BMCR, ctl | BMCR_RESET);
426 } while (bound-- > 0 && (ctl & BMCR_RESET));
nvt.c 377 #define BMCR_RESET 0x8000 /* reset */
rge.c 343 #define BMCR_RESET 0x8000 /* reset */
373 mii_write(l, phy, MII_BMCR, ctl | BMCR_RESET);
382 } while (bound-- > 0 && (ctl & BMCR_RESET));
stg.c 424 #define BMCR_RESET 0x8000 /* reset */
459 mii_write(l, phy, MII_BMCR, ctl | BMCR_RESET);
469 } while (bound-- > 0 && (ctl & BMCR_RESET));
vge.c 459 #define BMCR_RESET 0x8000 /* reset */
  /src/sys/dev/mii/
mii.h 51 #define BMCR_RESET 0x8000 /* reset */

Completed in 18 milliseconds