Searched refs:URE_GMEDIASTAT (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/sys/dev/mii/
H A Drgephyreg.h204 #define URE_GMEDIASTAT 0xe908 /* media status register */ macro
H A Drgephy.c298 reg = PHY_READ(sc, URE_GMEDIASTAT);
386 bmsr = PHY_READ(sc, URE_GMEDIASTAT);
/freebsd-current/sys/dev/usb/net/
H A Dif_urereg.h98 #define URE_GMEDIASTAT 0xe908 macro
H A Dif_ure.c398 /* Let the rgephy driver read the URE_GMEDIASTAT register. */
399 if (reg == URE_GMEDIASTAT) {
402 return (ure_read_1(sc, URE_GMEDIASTAT, URE_MCU_TYPE_PLA));

Completed in 52 milliseconds