Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Diavcreg.h197 #define B1IO_WAIT_MAX 1000 macro
246 while (!b1io_rx_full(sc) && spin < B1IO_WAIT_MAX) { in b1io_get_byte()
258 while (!b1io_tx_empty(sc) && spin < B1IO_WAIT_MAX) { in b1io_put_byte()
272 while (!b1io_tx_empty(sc) && spin < B1IO_WAIT_MAX) { in b1io_save_put_byte()