Searched refs:IIR_RXRDY (Results 1 – 6 of 6) sorted by relevance
64 #define IIR_RXRDY 0x4 /* Receiver ready */ macro
2305 if (sc->sc_type == COM_TYPE_BCMAUXUART && ISSET(iir, IIR_RXRDY)) in comintr()2371 if ((iir & (IIR_RXRDY|IIR_TXRDY)) == IIR_RXRDY) { in comintr()
115 #define IIR_RXRDY 0x4 macro
67 #define IIR_RXRDY 0x4 /* receive ready */ macro300 case IIR_RXRDY: in dos_comisr()
896 case IIR_RXRDY: in dnkbd_intr()
654 case IIR_RXRDY: /* RxFIFO has been accumulated */ in hwintr()