Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/ !
H A Drsci.c120 #define SCxSR_ERRORS(port) (to_sci_port(port)->params->error_mask) macro
H A Dsh-sci.c225 #define SCxSR_ERRORS(port) (to_sci_port(port)->params->error_mask) macro
881 if (status & SCxSR_ERRORS(port)) { in sci_poll_get_char()
2065 if (!(ssr_status & SCxSR_ERRORS(port))) in sci_er_interrupt()
2121 if ((ssr_status & SCxSR_ERRORS(port)) && err_enabled) in sci_mpxed_interrupt()