Home
last modified time | relevance | path

Searched refs:SCxSR_BREAK_CLEAR (Results 1 – 2 of 2) sorted by relevance

/drivers/tty/serial/
Dsh-sci.h26 # define SCxSR_BREAK_CLEAR(port) (serial_port_in(port, SCxSR) & 0xffe3) macro
31 # define SCxSR_BREAK_CLEAR(port) (((port)->type == PORT_SCI) ? 0xc4 : 0x00e3) macro
Dsh-sci.c931 serial_port_out(port, SCxSR, SCxSR_BREAK_CLEAR(port)); in sci_br_interrupt()