Searched refs:TXX9_SIDISR_UVALID (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dserial_txx9.c117 #define TXX9_SIDISR_UVALID 0x00004000 macro
340 } while (!(disr & TXX9_SIDISR_UVALID) && (max_count-- > 0)); receive_chars()
503 while (sio_in(up, TXX9_SIDISR) & TXX9_SIDISR_UVALID) serial_txx9_get_poll_char()

Completed in 49 milliseconds