Searched refs:SCI_PER (Results 1 – 2 of 2) sorted by relevance
73 #define SCI_PER BIT(3) /* Parity Error */ macro77 #define SCI_DEFAULT_ERROR_MASK (SCI_PER | SCI_FER)80 #define SCI_ERROR_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))82 #define SCI_BREAK_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))164 #define SCxSR_PER(port) (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)
276 #define SCI_PER 0x08 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */ macro281 #define SCI_ERRORS ( SCI_PER | SCI_FER | SCI_ORER)341 (((port)->type == PORT_SCI) ? SCI_PER : SCIF_PER)