Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Drgephyreg.h63 #define RGEPHY_MII_BMSR 0x01 macro
H A Drgephy.c321 bmsr = PHY_READ(sc, RGEPHY_MII_BMSR); in rgephy_status()
446 if (!(PHY_READ(sc, RGEPHY_MII_BMSR) & RGEPHY_BMSR_LINK)) { in rgephy_loop()