Home
last modified time | relevance | path

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

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