Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dtimbuart.h41 #define TXBF 0x01 macro
52 #define TXFLAGS (TXBF | TXBAE)
Dtimbuart.c88 iowrite32(TXBF, port->membase + TIMBUART_ISR); in timbuart_flush_buffer()
114 while (!(ioread32(port->membase + TIMBUART_ISR) & TXBF) && in timbuart_tx_chars()