Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Drtl81x9reg.h474 #define RTK_GMEDIASTAT_10MBPS 0x04 /* 10mps link */ macro
/netbsd/sys/dev/mii/
H A Drgephy.c428 else if ((gstat & RTK_GMEDIASTAT_10MBPS) != 0) in rgephy_status()