Searched refs:SCxSR_BRK (Results 1 – 3 of 3) sorted by relevance
165 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK) macro
1012 if (status & SCxSR_BRK(port)) { in sci_handle_breaks()1782 if (ssr_status & SCxSR_BRK(port)) in sci_er_interrupt()1847 (ssr_status & SCxSR_BRK(port)) && err_enabled) in sci_mpxed_interrupt()
342 #define SCxSR_BRK(port)\ macro