Home
last modified time | relevance | path

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

/linux/include/linux/amba/
H A Dserial.h192 #define UART011_TXIS BIT(5) /* transmit interrupt status */ macro
/linux/drivers/tty/serial/
H A Damba-pl011.c1603 pl011_write(status & ~(UART011_TXIS | UART011_RTIS | UART011_RXIS), in pl011_int()
1615 if (status & UART011_TXIS) in pl011_int()