Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtimbuart.h42 #define TXBAE 0x02 macro
52 #define TXFLAGS (TXBF | TXBAE)
Dtimbuart.c61 u32 ier = ioread32(port->membase + TIMBUART_IER) & ~TXBAE; in timbuart_stop_tx()
160 *ier |= TXBAE; in timbuart_handle_tx_port()