Lines Matching refs:overrun_reg
124 unsigned int overrun_reg; member
209 .overrun_reg = SCxSR,
231 .overrun_reg = SCxSR,
255 .overrun_reg = SCxSR,
280 .overrun_reg = SCxSR,
305 .overrun_reg = SCLSR,
333 .overrun_reg = SCLSR,
364 .overrun_reg = SCLSR,
386 .overrun_reg = SCLSR,
410 .overrun_reg = SCLSR,
437 .overrun_reg = SCLSR,
466 .overrun_reg = SCLSR,
490 .overrun_reg = SCLSR,
517 .overrun_reg = SCLSR,
540 .overrun_reg = SCxSR,
1050 reg = sci_getreg(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
1054 status = sci_serial_in(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
1057 sci_serial_out(port, s->params->overrun_reg, status); in sci_handle_fifo_overrun()
1937 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1939 else if (sci_getreg(port, s->params->overrun_reg)->size) in sci_mpxed_interrupt()
1940 orer_status = sci_serial_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()