Searched refs:SCI_FER (Results 1 – 1 of 1) sorted by relevance
73 #define SCI_FER BIT(4) /* Framing Error */ macro78 #define SCI_DEFAULT_ERROR_MASK (SCI_PER | SCI_FER)81 #define SCI_ERROR_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))83 #define SCI_BREAK_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))164 #define SCxSR_FER(port) (((port)->type == PORT_SCI) ? SCI_FER : SCIF_FER)
Completed in 3 milliseconds