Searched refs:SCxSR_BREAK_CLEAR (Results 1 – 2 of 2) sorted by relevance
24 # define SCxSR_BREAK_CLEAR(port) (serial_port_in(port, SCxSR) & 0xffe3) macro29 # define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3) macro
998 serial_port_out(port, SCxSR, SCxSR_BREAK_CLEAR(port)); in sci_br_interrupt()