Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dtimbuart.h29 #define TXBF 0x01 macro
40 #define TXFLAGS (TXBF | TXBAE)
Dtimbuart.c76 iowrite32(TXBF, port->membase + TIMBUART_ISR); in timbuart_flush_buffer()
100 while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) && in timbuart_tx_chars()