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

/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/boot/
H A Dconsio.c284 #define SR_RX_RDY 0x01 macro
297 while ((vxtregs[CH_SR] & SR_RX_RDY) == 0)
305 if ((vxtregs[CH_SR] & SR_RX_RDY) == 0)
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/dev/
H A Dscnreg.h215 #define SR_RX_RDY 0x01 macro
H A Dscn.c1398 if ((sr & SR_RX_RDY) == 0) \
1416 if (sc->sc_iskgdb && (sr & SR_RX_RDY)) {
1918 while ((ch_base[CH_SR] & SR_RX_RDY) == 0)

Completed in 362 milliseconds