Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dcomreg.h64 #define IIR_RXRDY 0x4 /* Receiver ready */ macro
H A Dcom.c2300 if (sc->sc_type == COM_TYPE_BCMAUXUART && ISSET(iir, IIR_RXRDY)) in comintr()
2366 if ((iir & (IIR_RXRDY|IIR_TXRDY)) == IIR_RXRDY) { in comintr()
/netbsd-src/sys/arch/hp300/stand/common/
H A Ddcareg.h115 #define IIR_RXRDY 0x4 macro
/netbsd-src/sys/arch/hp300/dev/
H A Ddnkbd.c896 case IIR_RXRDY: in dnkbd_intr()
/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dsatmgr.c654 case IIR_RXRDY: /* RxFIFO has been accumulated */ in hwintr()