Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/amba/
Dserial.h147 #define UART010_IIR_RTIS 0x08 macro
/Linux-v6.6/drivers/tty/serial/
Damba-pl010.c215 if (status & (UART010_IIR_RTIS | UART010_IIR_RIS)) in pl010_int()
226 } while (status & (UART010_IIR_RTIS | UART010_IIR_RIS | in pl010_int()