Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dtimbuart.h40 #define TXFLAGS (TXBF | TXBAE) macro
Dtimbuart.c125 if (isr & TXFLAGS) { in timbuart_handle_tx_port()
128 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_tx_port()
134 *ier |= uart->last_ier & TXFLAGS; in timbuart_handle_tx_port()