HomeSort by: relevance | last modified time | path
    Searched refs:BMSR_ANEG (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/mii/
mii.h 82 #define BMSR_ANEG 0x0008 /* Autonegotiation capable */
98 * Note the shift chopps off the BMSR_ANEG bit.
rgephy.c 152 sc->mii_capabilities |= BMSR_ANEG;
mii_physubr.c 637 if (sc->mii_capabilities & BMSR_ANEG) {
brgphy.c 285 sc->mii_capabilities |= BMSR_ANEG;
  /src/sys/dev/ic/
smc91cxx.c 328 miicapabilities = BMSR_MEDIAMASK|BMSR_ANEG;
  /src/sys/dev/pci/
if_sip.c 3391 *val |= BMSR_ANEG | BMSR_EXTSTAT;

Completed in 100 milliseconds