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

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Diavcreg.h208 // b1io_tx_empty
226 static __inline int b1io_tx_empty(iavc_softc_t *sc) function
257 while (!b1io_tx_empty(sc) && spin < B1IO_WAIT_MAX) {
260 if (b1io_tx_empty(sc)) {
271 while (!b1io_tx_empty(sc) && spin < B1IO_WAIT_MAX) {
274 if (b1io_tx_empty(sc)) {
465 #define iavc_tx_empty(sc) b1io_tx_empty(sc)

Completed in 97 milliseconds