Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dimx_earlycon.c16 #define UTS_TXFULL (1<<4) /* TxFIFO full */ macro
21 while (readl_relaxed(port->membase + IMX21_UTS) & UTS_TXFULL) in imx_uart_console_early_putchar()