Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/amba/
Dserial.h191 #define UART011_RTIS BIT(6) /* receive timeout interrupt status */ macro
/linux-6.12.1/drivers/tty/serial/
Damba-pl011.c1541 pl011_write(status & ~(UART011_TXIS | UART011_RTIS | UART011_RXIS), in pl011_int()
1544 if (status & (UART011_RTIS | UART011_RXIS)) { in pl011_int()
1726 UART011_FEIS | UART011_RTIS | UART011_RXIS, in pl011_hwinit()
1787 pl011_write(UART011_RTIS | UART011_RXIS, uap, REG_ICR); in pl011_enable_interrupts()