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.c287 .overrun_mask = SCLSR_ORER,
315 .overrun_mask = SCLSR_ORER,
337 .overrun_mask = SCLSR_ORER,
361 .overrun_mask = SCLSR_ORER,
388 .overrun_mask = SCLSR_ORER,
417 .overrun_mask = SCLSR_ORER,
441 .overrun_mask = SCLSR_ORER,
468 .overrun_mask = SCLSR_ORER,
2411 status &= ~(SCLSR_TO | SCLSR_ORER); in sci_reset()