Searched refs:RGEPHY_BMCR_AUTOEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/mii/
H A Drgephy.c176 if (PHY_READ(sc, RGEPHY_MII_BMCR) & RGEPHY_BMCR_AUTOEN)
219 RGEPHY_BMCR_AUTOEN | RGEPHY_BMCR_STARTNEG;
335 if (bmcr & RGEPHY_BMCR_AUTOEN) {
431 RGEPHY_BMCR_AUTOEN | RGEPHY_BMCR_STARTNEG);
585 RGEPHY_BMCR_AUTOEN | RGEPHY_BMCR_STARTNEG);
H A Drgephyreg.h52 #define RGEPHY_BMCR_AUTOEN 0x1000 /* Autoneg enabled */ macro

Completed in 107 milliseconds