Lines Matching refs:overrun_reg
138 .overrun_reg = SCxSR,
162 .overrun_reg = SCxSR,
188 .overrun_reg = SCxSR,
215 .overrun_reg = SCxSR,
242 .overrun_reg = SCLSR,
272 .overrun_reg = SCLSR,
305 .overrun_reg = SCLSR,
329 .overrun_reg = SCLSR,
355 .overrun_reg = SCLSR,
384 .overrun_reg = SCLSR,
415 .overrun_reg = SCLSR,
441 .overrun_reg = SCLSR,
470 .overrun_reg = SCLSR,
495 .overrun_reg = SCxSR,
1019 reg = sci_getreg(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
1023 status = sci_serial_in(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
1026 sci_serial_out(port, s->params->overrun_reg, status); in sci_handle_fifo_overrun()
1911 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1913 else if (sci_getreg(port, s->params->overrun_reg)->size) in sci_mpxed_interrupt()
1914 orer_status = sci_serial_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()