Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dsh-sci.h116 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER) macro
Dsh-sci.c804 (status & SCxSR_FER(port))) { in sci_receive_chars()
825 if (status & SCxSR_FER(port)) { in sci_receive_chars()
905 if (status & SCxSR_FER(port)) { in sci_handle_errors()