Home
last modified time | relevance | path

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

/freebsd/sys/dev/mii/
H A Dbmtphyreg.h83 #define AUX_CSR_SPEED 0x0002 /* 1 = 100, 0 = 10 */ macro
H A Dbmtphy.c217 if (aux_csr & AUX_CSR_SPEED) in bmtphy_status()