Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c223 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK) macro
1236 if (status & SCxSR_BRK(port)) { in sci_handle_breaks()
2061 if (ssr_status & SCxSR_BRK(port)) in sci_er_interrupt()
2126 (ssr_status & SCxSR_BRK(port)) && err_enabled) in sci_mpxed_interrupt()