Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.h75 #define SCI_ORER BIT(5) /* Overrun Error */ macro
84 #define SCI_ERROR_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))
86 #define SCI_BREAK_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))
H A Dsh-sci.c190 .overrun_mask = SCI_ORER,
192 .error_mask = SCI_DEFAULT_ERROR_MASK | SCI_ORER,
193 .error_clear = SCI_ERROR_CLEAR & ~SCI_ORER,
212 .overrun_mask = SCI_ORER,
214 .error_mask = SCI_DEFAULT_ERROR_MASK | SCI_ORER,
215 .error_clear = SCI_ERROR_CLEAR & ~SCI_ORER,
/openbmc/u-boot/drivers/serial/
H A Dserial_sh.h272 #define SCI_ORER 0x20 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */ macro
279 #define SCI_ERRORS ( SCI_PER | SCI_FER | SCI_ORER)
342 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)