Searched refs:UART011_RXIS (Results 1 – 2 of 2) sorted by relevance
170 #define UART011_RXIS (1 << 4) /* receive interrupt status */ macro
1371 UART011_RXIS), in pl011_int()1374 if (status & (UART011_RTIS|UART011_RXIS)) { in pl011_int()1550 UART011_RTIS | UART011_RXIS, uap->port.membase + UART011_ICR); in pl011_hwinit()1601 writew(UART011_RTIS | UART011_RXIS, in pl011_enable_interrupts()