Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dtimbuart.h40 #define TXFLAGS (TXBF | TXBAE) macro
Dtimbuart.c128 if (isr & TXFLAGS) { in timbuart_handle_tx_port()
131 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_tx_port()
137 *ier |= uart->last_ier & TXFLAGS; in timbuart_handle_tx_port()