Searched refs:BMSR_ANEG (Results 1 – 5 of 5) sorted by relevance
163 sc->mii_capabilities = BMSR_ANEG | BMSR_10TFDX | BMSR_10THDX; in dcphy_attach()168 BMSR_ANEG | BMSR_10TFDX | BMSR_10THDX; in dcphy_attach()171 BMSR_ANEG | BMSR_100TXFDX | BMSR_100TXHDX | in dcphy_attach()
80 #define BMSR_ANEG 0x0008 /* Autonegotiation capable */ macro
126 sc->mii_capabilities = (PHY_READ(sc, MII_BMSR) | BMSR_ANEG) & in rgephy_attach()
466 if ((sc->mii_capabilities & BMSR_ANEG) != 0) { in mii_phy_add_media()
428 rv = BMSR_ANEG | BMSR_EXTCAP | BMSR_EXTSTAT; in nge_miibus_readreg()