Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dsh-sci.h10 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK) macro
Dsh-sci.c829 if (!s->break_flag && status & SCxSR_BRK(port)) { in sci_handle_breaks()
977 if ((ssr_status & SCxSR_BRK(port)) && err_enabled) in sci_mpxed_interrupt()