Home
last modified time | relevance | path

Searched refs:RGEPHY_MII_BMCR (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mii/
H A Drgephy.c173 if (PHY_READ(sc, RGEPHY_MII_BMCR) & RGEPHY_BMCR_AUTOEN) in rgephy_service()
220 PHY_WRITE(sc, RGEPHY_MII_BMCR, speed); in rgephy_service()
322 bmcr = PHY_READ(sc, RGEPHY_MII_BMCR); in rgephy_status()
427 PHY_WRITE(sc, RGEPHY_MII_BMCR, in rgephy_mii_phy_auto()
441 PHY_WRITE(sc, RGEPHY_MII_BMCR, RGEPHY_BMCR_PDOWN); in rgephy_loop()
582 PHY_WRITE(sc, RGEPHY_MII_BMCR, RGEPHY_BMCR_RESET | in rgephy_disable_eee()
H A Drgephyreg.h47 #define RGEPHY_MII_BMCR 0x00 macro