Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drtl81x9reg.h477 #define RTK_GMEDIASTAT_100MBPS 0x08 /* 100mbps link */ macro
/netbsd/src/sys/dev/mii/
Drgephy.c426 else if ((gstat & RTK_GMEDIASTAT_100MBPS) != 0) in rgephy_status()