Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsh-sci.h122 #define SCLSR_ORER BIT(0) /* Overrun Error */ macro
H A Dsh-sci.c286 .overrun_mask = SCLSR_ORER,
314 .overrun_mask = SCLSR_ORER,
336 .overrun_mask = SCLSR_ORER,
360 .overrun_mask = SCLSR_ORER,
387 .overrun_mask = SCLSR_ORER,
416 .overrun_mask = SCLSR_ORER,
440 .overrun_mask = SCLSR_ORER,
467 .overrun_mask = SCLSR_ORER,
2410 status &= ~(SCLSR_TO | SCLSR_ORER); in sci_reset()