Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Dsh-sci.h72 #define SCI_ORER BIT(5) /* Overrun Error */ macro
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))
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,

Completed in 8 milliseconds