Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Drgephy.c162 anar = PHY_READ(sc, RGEPHY_MII_ANAR); in rgephy_service()
219 PHY_WRITE(sc, RGEPHY_MII_ANAR, anar); in rgephy_service()
422 PHY_WRITE(sc, RGEPHY_MII_ANAR, anar); in rgephy_mii_phy_auto()
579 PHY_WRITE(sc, RGEPHY_MII_ANAR, anar); in rgephy_disable_eee()
H A Drgephyreg.h80 #define RGEPHY_MII_ANAR 0x04 macro