Home
last modified time | relevance | path

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

/drivers/tty/serial/
A Dsh-sci.h73 #define SCI_ORER BIT(5) /* Overrun Error */ macro
82 #define SCI_ERROR_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))
84 #define SCI_BREAK_CLEAR (u32)(~(SCI_RESERVED | SCI_PER | SCI_FER | SCI_ORER))
A Dsh-sci.c139 .overrun_mask = SCI_ORER,
141 .error_mask = SCI_DEFAULT_ERROR_MASK | SCI_ORER,
142 .error_clear = SCI_ERROR_CLEAR & ~SCI_ORER,
163 .overrun_mask = SCI_ORER,
165 .error_mask = SCI_DEFAULT_ERROR_MASK | SCI_ORER,
166 .error_clear = SCI_ERROR_CLEAR & ~SCI_ORER,

Completed in 10 milliseconds