Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/tty/serial/
Dsh-sci.c781 unsigned short ssr_status, scr_status, err_enabled; in sci_mpxed_interrupt() local
786 ssr_status = sci_in(port, SCxSR); in sci_mpxed_interrupt()
791 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && in sci_mpxed_interrupt()
799 if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && in sci_mpxed_interrupt()
804 if ((ssr_status & SCxSR_ERRORS(port)) && err_enabled) in sci_mpxed_interrupt()
808 if ((ssr_status & SCxSR_BRK(port)) && err_enabled) in sci_mpxed_interrupt()