Searched refs:UTS_TXFULL (Results 1 – 2 of 2) sorted by relevance
16 #define UTS_TXFULL (1<<4) /* TxFIFO full */ macro21 while (readl_relaxed(port->membase + IMX21_UTS) & UTS_TXFULL) in imx_uart_console_early_putchar()
158 #define UTS_TXFULL (1<<4) /* TxFIFO full */ macro573 while (!(imx_uart_readl(sport, imx_uart_uts_reg(sport)) & UTS_TXFULL) && in imx_uart_transmit_buffer()2087 while (imx_uart_readl(sport, imx_uart_uts_reg(sport)) & UTS_TXFULL) in imx_uart_console_putchar()
Completed in 10 milliseconds