Home
last modified time | relevance | path

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

/trusty/hardware/nxp/platform/imx/drivers/
Dimx_uart.c78 #define UTS_TXEMPTY (1 << 6) /* TxFIFO empty */ macro
93 while (!(READ32(UART_BASE + UTS) & UTS_TXEMPTY)) in uart_flush_tx()
114 while (!(READ32(UART_BASE + UTS) & UTS_TXEMPTY)) in uart_putc()