Searched refs:SCxSR_ERRORS (Results 1 – 3 of 3) sorted by relevance
171 #define SCxSR_ERRORS(port) (to_sci_port(port)->params->error_mask) macro
693 if (status & SCxSR_ERRORS(port)) { in sci_poll_get_char()1833 if (!(ssr_status & SCxSR_ERRORS(port))) in sci_er_interrupt()1889 if ((ssr_status & SCxSR_ERRORS(port)) && err_enabled) in sci_mpxed_interrupt()
329 #define SCxSR_ERRORS(port)\ macro