Searched refs:AUART_STAT_TXFF (Results 1 – 1 of 1) sorted by relevance
115 #define AUART_STAT_TXFF (1 << 25) macro621 while (!(mxs_read(s, REG_STAT) & AUART_STAT_TXFF)) { in mxs_auart_tx_chars()1347 while (mxs_read(s, REG_STAT) & AUART_STAT_TXFF) { in mxs_auart_console_putchar()