Searched refs:SCxSR_BREAK_CLEAR (Results 1 – 3 of 3) sorted by relevance
175 #define SCxSR_BREAK_CLEAR(port) \ macro
1767 sci_clear_SCxSR(port, SCxSR_BREAK_CLEAR(port)); in sci_br_interrupt()2361 SCxSR_BREAK_CLEAR(port)); in sci_reset()
358 # define SCxSR_BREAK_CLEAR(port) (sci_in(port, SCxSR) & 0xffe3) macro363 # define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3) macro