Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/tty/serial/
Dtimbuart.h40 #define TXFLAGS (TXBF | TXBAE) macro
Dtimbuart.c129 if (isr & TXFLAGS) { in timbuart_handle_tx_port()
132 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_tx_port()
138 *ier |= uart->last_ier & TXFLAGS; in timbuart_handle_tx_port()