Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dserial_txx9.c123 #define TXX9_SIDISR_TDIS 0x00000100 macro
396 status &= ~TXX9_SIDISR_TDIS; in serial_txx9_interrupt()
397 if (!(status & (TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
405 if (status & TXX9_SIDISR_TDIS) in serial_txx9_interrupt()
409 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS | in serial_txx9_interrupt()
703 TXX9_SIDISR_TDIS | TXX9_SIDISR_RDIS; in serial_txx9_set_termios()