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

/netbsd-current/sys/arch/luna68k/dev/
H A Dsiovar.h87 while ((getsiocsr(sio) & RR_RXRDY) == 0)
H A Dsioreg.h157 #define RR_RXRDY (RR0_RXAVAIL << 8) macro
H A Dlunaws.c287 if ((rr & RR_RXRDY) != 0) {
296 } while (((rr = getsiocsr(sio)) & RR_RXRDY) != 0);
H A Dsiotty.c246 if ((rr & RR_RXRDY) != 0) {
265 } while (((rr = getsiocsr(sio)) & RR_RXRDY) != 0);

Completed in 189 milliseconds