Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsh-sci.c2094 unsigned short ssr_status, scr_status, err_enabled, orer_status = 0; in sci_mpxed_interrupt() local
2102 orer_status = ssr_status; in sci_mpxed_interrupt()
2104 orer_status = sci_serial_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()
2131 if (orer_status & s->params->overrun_mask) { in sci_mpxed_interrupt()