Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/tty/serial/
Dserial_txx9.c108 #define TXX9_SIDISR_TDIS 0x00000100 macro
364 status &= ~TXX9_SIDISR_TDIS; in serial_txx9_interrupt()
365 if (!(status & (TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
373 if (status & TXX9_SIDISR_TDIS) in serial_txx9_interrupt()
377 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
659 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS; in serial_txx9_set_termios()