Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.h171 #define SCxSR_ERRORS(port) (to_sci_port(port)->params->error_mask) macro
H A Dsh-sci.c692 if (status & SCxSR_ERRORS(port)) { in sci_poll_get_char()
1832 if (!(ssr_status & SCxSR_ERRORS(port))) in sci_er_interrupt()
1888 if ((ssr_status & SCxSR_ERRORS(port)) && err_enabled) in sci_mpxed_interrupt()
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h329 #define SCxSR_ERRORS(port)\ macro