Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.h169 #define SCxSR_BRK(port) (((port)->type == PORT_SCI) ? 0x00 : SCIF_BRK) macro
H A Dsh-sci.c1027 if (status & SCxSR_BRK(port)) { in sci_handle_breaks()
1828 if (ssr_status & SCxSR_BRK(port)) in sci_er_interrupt()
1893 (ssr_status & SCxSR_BRK(port)) && err_enabled) in sci_mpxed_interrupt()
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h339 #define SCxSR_BRK(port)\ macro