Searched refs:UTS_RXEMPTY (Results 1 – 3 of 3) sorted by relevance
106 #define UTS_RXEMPTY (1<<5) /* RxFIFO empty */ macro196 while (readl(&mxc_base->ts) & UTS_RXEMPTY) in mxc_serial_getc()218 if (readl(&mxc_base->ts) & UTS_RXEMPTY) in mxc_serial_tstc()284 if (readl(&uart->ts) & UTS_RXEMPTY) in mxc_serial_getc()
161 192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY);
606 #define UTS_RXEMPTY (1<<5) /* RxFIFO empty */ macro