Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsh-sci.h71 #define SCI_ORER BIT(5) /* Overrun Error */ macro
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))
H A Dsh-sci.c189 .overrun_mask = SCI_ORER,
191 .error_mask = SCI_DEFAULT_ERROR_MASK | SCI_ORER,
192 .error_clear = SCI_ERROR_CLEAR & ~SCI_ORER,
211 .overrun_mask = SCI_ORER,
213 .error_mask = SCI_DEFAULT_ERROR_MASK | SCI_ORER,
214 .error_clear = SCI_ERROR_CLEAR & ~SCI_ORER,
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dserial_sh.h274 #define SCI_ORER 0x20 /* 7707 SCI, 7708 SCI, 7709 SCI, 7750 SCI */ macro
281 #define SCI_ERRORS ( SCI_PER | SCI_FER | SCI_ORER)
345 (((port)->type == PORT_SCI) ? SCI_ORER : SCIF_ORER)