Searched refs:UART011_RXIS (Results 1 – 2 of 2) sorted by relevance
193 #define UART011_RXIS BIT(4) /* receive interrupt status */ macro
1603 pl011_write(status & ~(UART011_TXIS | UART011_RTIS | UART011_RXIS), in pl011_int()1606 if (status & (UART011_RTIS | UART011_RXIS)) { in pl011_int()1788 UART011_FEIS | UART011_RTIS | UART011_RXIS, in pl011_hwinit()1849 pl011_write(UART011_RTIS | UART011_RXIS, uap, REG_ICR); in pl011_enable_interrupts()