Searched refs:SCxSR_PER (Results 1 – 3 of 3) sorted by relevance
164 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER) macro
901 } else if (status & SCxSR_PER(port)) { in sci_receive_chars()958 if (status & SCxSR_PER(port)) { in sci_handle_errors()
340 #define SCxSR_PER(port)\ macro