Searched refs:SCxSR_FER (Results 1 – 3 of 3) sorted by relevance
167 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER) macro
923 if (status & SCxSR_FER(port)) { in sci_receive_chars()970 if (status & SCxSR_FER(port)) { in sci_handle_errors()
335 #define SCxSR_FER(port)\ macro