Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dserial_txx9.c114 #define TXX9_SIDISR_UVALID 0x00004000 macro
337 } while (!(disr & TXX9_SIDISR_UVALID) && (max_count-- > 0)); in receive_chars()
500 while (sio_in(up, TXX9_SIDISR) & TXX9_SIDISR_UVALID) in serial_txx9_get_poll_char()