Searched refs:SCxSR_ERROR_CLEAR (Results 1 – 2 of 2) sorted by relevance
24 # define SCxSR_ERROR_CLEAR(port) (serial_port_in(port, SCxSR) & 0xfd73) macro29 # define SCxSR_ERROR_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x0073) macro
424 serial_port_out(port, SCxSR, SCxSR_ERROR_CLEAR(port)); in sci_poll_get_char()917 serial_port_out(port, SCxSR, SCxSR_ERROR_CLEAR(port)); in sci_er_interrupt()