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

/freebsd-12-stable/sys/dev/mii/
H A Drgephyreg.h205 #define URE_GMEDIASTAT 0xe908 /* media status register */ macro
H A Drgephy.c301 reg = PHY_READ(sc, URE_GMEDIASTAT);
389 bmsr = PHY_READ(sc, URE_GMEDIASTAT);
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_urereg.h89 #define URE_GMEDIASTAT 0xe908 macro
H A Dif_ure.c351 /* Let the rgephy driver read the URE_GMEDIASTAT register. */
352 if (reg == URE_GMEDIASTAT) {
355 return (ure_read_1(sc, URE_GMEDIASTAT, URE_MCU_TYPE_PLA));

Completed in 80 milliseconds