Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtimbuart.h52 #define TXFLAGS (TXBF | TXBAE) macro
Dtimbuart.c143 if (isr & TXFLAGS) { in timbuart_handle_tx_port()
146 iowrite32(TXFLAGS, port->membase + TIMBUART_ISR); in timbuart_handle_tx_port()
152 *ier |= uart->last_ier & TXFLAGS; in timbuart_handle_tx_port()