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