Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_txx9.c116 #define TXX9_SIDISR_TDIS 0x00000100 macro
381 status &= ~TXX9_SIDISR_TDIS; in serial_txx9_interrupt()
382 if (!(status & (TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
390 if (status & TXX9_SIDISR_TDIS) in serial_txx9_interrupt()
394 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
685 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS; in serial_txx9_set_termios()