Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dserial_txx9.c109 #define TXX9_SIDISR_RDIS 0x00000080 macro
220 up->read_status_mask &= ~TXX9_SIDISR_RDIS; in serial_txx9_stop_rx()
342 if (!(status & (TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
348 if (status & TXX9_SIDISR_RDIS) in serial_txx9_interrupt()
354 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
459 sio_mask(up, TXX9_SIDISR, TXX9_SIDISR_RDIS); in serial_txx9_get_poll_char()
636 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS; in serial_txx9_set_termios()
662 up->ignore_status_mask |= TXX9_SIDISR_RDIS; in serial_txx9_set_termios()