Searched refs:BMSR_ANEG (Results 1 – 7 of 7) sorted by relevance
162 sc->mii_capabilities = BMSR_ANEG | BMSR_10TFDX | BMSR_10THDX; in dcphy_attach()167 BMSR_ANEG | BMSR_10TFDX | BMSR_10THDX; in dcphy_attach()170 BMSR_ANEG | BMSR_100TXFDX | BMSR_100TXHDX | in dcphy_attach()
80 #define BMSR_ANEG 0x0008 /* Autonegotiation capable */ macro
116 sc->mii_capabilities &= ~BMSR_ANEG; in mv88e151x_attach()
128 sc->mii_capabilities = (PHY_READ(sc, MII_BMSR) | BMSR_ANEG) & in rgephy_attach()
524 if ((sc->mii_capabilities & BMSR_ANEG) != 0) { in mii_phy_add_media()
381 if (bmsr & BMSR_ANEG) { in axgbe_miibus_statchg()
427 rv = BMSR_ANEG | BMSR_EXTCAP | BMSR_EXTSTAT; in nge_miibus_readreg()