Searched refs:INTSTAT_RXIDLE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/tx/
H A Dif_txreg.h98 #define INTSTAT_RXIDLE 0x00020000 macro
H A Dif_tx.c1445 (INTSTAT_TXIDLE | INTSTAT_RXIDLE);
1446 if (status == (INTSTAT_TXIDLE | INTSTAT_RXIDLE))
1457 if ((status & INTSTAT_RXIDLE) == 0)

Completed in 47 milliseconds