Home
last modified time | relevance | path

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

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