Searched refs:IIR_RXTOUT (Results 1 – 9 of 9) sorted by relevance
41 #define IIR_RXTOUT 0xc /* receive timeout */ macro
38 #define IIR_RXTOUT 0xc /* receive timeout */ macro
130 if ((IIR_RXTOUT & iir) || (IIR_RXRDY & iir)) in uart_irq_handler()
135 if ((IIR_RXTOUT & iir) || (IIR_RXRDY & iir)) in uart_irq_handler()
86 #define IIR_RXTOUT 0xc /* receive timeout */ macro
111 if ((IIR_RXTOUT & iir) || (IIR_RXRDY & iir)) in uart_irq_handler()
112 if ((IIR_RXTOUT & iir) || (IIR_RXRDY & iir)) in uart_irq_handler()
Completed in 13 milliseconds