Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dserial_txx9.c120 #define TXX9_SIDISR_TDIS 0x00000100 macro
386 status &= ~TXX9_SIDISR_TDIS; in serial_txx9_interrupt()
387 if (!(status & (TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
395 if (status & TXX9_SIDISR_TDIS) in serial_txx9_interrupt()
399 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
688 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS; in serial_txx9_set_termios()