Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dserial_txx9.c121 #define TXX9_SIDISR_RDIS 0x00000080 macro
240 up->port.read_status_mask &= ~TXX9_SIDISR_RDIS; in serial_txx9_stop_rx()
386 if (!(status & (TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
392 if (status & TXX9_SIDISR_RDIS) in serial_txx9_interrupt()
398 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
508 sio_mask(up, TXX9_SIDISR, TXX9_SIDISR_RDIS); in serial_txx9_get_poll_char()
687 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS; in serial_txx9_set_termios()
713 up->port.ignore_status_mask |= TXX9_SIDISR_RDIS; in serial_txx9_set_termios()