Searched refs:SCxSR_BREAK_CLEAR (Results 1 – 3 of 3) sorted by relevance
179 #define SCxSR_BREAK_CLEAR(port) \ macro
1814 sci_clear_SCxSR(port, SCxSR_BREAK_CLEAR(port)); in sci_br_interrupt()2408 SCxSR_BREAK_CLEAR(port)); in sci_reset()
355 # define SCxSR_BREAK_CLEAR(port) (sci_in(port, SCxSR) & 0xffe3) macro360 # define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3) macro