Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.c1825 unsigned short ssr_status = serial_port_in(port, SCxSR); in sci_er_interrupt() local
1828 if (ssr_status & SCxSR_BRK(port)) in sci_er_interrupt()
1832 if (!(ssr_status & SCxSR_ERRORS(port))) in sci_er_interrupt()
1860 unsigned short ssr_status, scr_status, err_enabled, orer_status = 0; in sci_mpxed_interrupt() local
1865 ssr_status = serial_port_in(port, SCxSR); in sci_mpxed_interrupt()
1868 orer_status = ssr_status; in sci_mpxed_interrupt()
1875 if ((ssr_status & SCxSR_TDxE(port)) && (scr_status & SCSCR_TIE) && in sci_mpxed_interrupt()
1883 if (((ssr_status & SCxSR_RDxF(port)) || s->chan_rx) && in sci_mpxed_interrupt()
1888 if ((ssr_status & SCxSR_ERRORS(port)) && err_enabled) in sci_mpxed_interrupt()
1893 (ssr_status & SCxSR_BRK(port)) && err_enabled) in sci_mpxed_interrupt()