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

/netbsd-current/sys/arch/luna68k/dev/
H A Dsioreg.h146 #define RR0_TXEMPTY 0x04 /* Tx Buffer Empty */ macro
159 #define RR_TXRDY (RR0_TXEMPTY << 8)
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dsio.c191 while ((sioreg(REG(unit, RR0), 0) & RR0_TXEMPTY) == 0)
197 while ((sioreg(REG(unit, RR0), 0) & RR0_TXEMPTY) == 0)
H A Dsioreg.h164 #define RR0_TXEMPTY 0x04 /* Tx Buffer Empty */ macro

Completed in 184 milliseconds