Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.h120 #define SCxSR_ERRORS(port) (to_sci_port(port)->error_mask) macro
Dsh-sci.c590 if (status & SCxSR_ERRORS(port)) { in sci_poll_get_char()
1590 if ((ssr_status & SCxSR_ERRORS(port)) && err_enabled) in sci_mpxed_interrupt()