Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c221 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER) macro
1115 if (status & SCxSR_FER(port)) { in sci_receive_chars()
1163 if (status & SCxSR_FER(port)) { in sci_handle_errors()