Searched refs:UTS_TXEMPTY (Results 1 – 1 of 1) sorted by relevance
78 #define UTS_TXEMPTY (1 << 6) /* TxFIFO empty */ macro93 while (!(READ32(UART_BASE + UTS) & UTS_TXEMPTY)) in uart_flush_tx()114 while (!(READ32(UART_BASE + UTS) & UTS_TXEMPTY)) in uart_putc()