Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dtimbuart.h30 #define TXBAE 0x02 macro
40 #define TXFLAGS (TXBF | TXBAE)
H A Dtimbuart.c49 u32 ier = ioread32(port->membase + TIMBUART_IER) & ~TXBAE; in timbuart_stop_tx()
145 *ier |= TXBAE; in timbuart_handle_tx_port()