Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsh-sci.c1017 unsigned short ssr_status, scr_status, err_enabled, orer_status = 0; in sci_mpxed_interrupt() local
1027 orer_status = serial_port_in(port, SCLSR); in sci_mpxed_interrupt()
1031 orer_status = ssr_status; in sci_mpxed_interrupt()
1062 if (orer_status & (1 << s->overrun_bit)) in sci_mpxed_interrupt()