Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dmxs-auart.c109 #define AUART_STAT_TXFF (1 << 25) macro
598 !(mxs_read(s, REG_STAT) & AUART_STAT_TXFF), in mxs_auart_tx_chars()
1298 while (mxs_read(s, REG_STAT) & AUART_STAT_TXFF) { in mxs_auart_console_putchar()