Searched defs:AUART_INTR_RTIS (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/serial/
H A Dmxs-auart.c97 #define AUART_INTR_RTIS (1 << 6) macro
391 if (istat & (AUART_INTR_RTIS | AUART_INTR_RXIS)) {
393 istat &= ~(AUART_INTR_RTIS | AUART_INTR_RXIS);
401 writel(istatus & (AUART_INTR_RTIS

Completed in 11 milliseconds