Home
last modified time | relevance | path

Searched refs:UART010_IIR_RIS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/amba/
Dserial.h135 #define UART010_IIR_RIS 0x02 macro
/linux-4.1.27/drivers/tty/serial/
Damba-pl010.c253 if (status & (UART010_IIR_RTIS | UART010_IIR_RIS)) in pl010_int()
264 } while (status & (UART010_IIR_RTIS | UART010_IIR_RIS | in pl010_int()