Home
last modified time | relevance | path

Searched refs:BMSR_ANEG (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/sys/dev/dc/
Ddcphy.c163 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()
/freebsd-10-stable/sys/dev/mii/
Dmii.h80 #define BMSR_ANEG 0x0008 /* Autonegotiation capable */ macro
Drgephy.c126 sc->mii_capabilities = (PHY_READ(sc, MII_BMSR) | BMSR_ANEG) & in rgephy_attach()
Dmii_physubr.c466 if ((sc->mii_capabilities & BMSR_ANEG) != 0) { in mii_phy_add_media()
/freebsd-10-stable/sys/dev/nge/
Dif_nge.c428 rv = BMSR_ANEG | BMSR_EXTCAP | BMSR_EXTSTAT; in nge_miibus_readreg()