RXEMPTY           234 drivers/tty/serial/arc_uart.c 		if (status & RXEMPTY)
RXEMPTY           246 drivers/tty/serial/arc_uart.c 	} while (!((status = UART_GET_STATUS(port)) & RXEMPTY));
RXEMPTY           456 drivers/tty/serial/arc_uart.c 	while (!(UART_GET_STATUS(port) & RXEMPTY))