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()
156 #define UTS_TXFULL (1<<4) /* TxFIFO full */ macro560 !(imx_uart_readl(sport, imx_uart_uts_reg(sport)) & UTS_TXFULL)) { in imx_uart_transmit_buffer()1999 while (imx_uart_readl(sport, imx_uart_uts_reg(sport)) & UTS_TXFULL) in imx_uart_console_putchar()
Completed in 7 milliseconds