Lines Matching refs:overrun_reg
110 unsigned int overrun_reg; member
190 .overrun_reg = SCxSR,
212 .overrun_reg = SCxSR,
236 .overrun_reg = SCxSR,
261 .overrun_reg = SCxSR,
286 .overrun_reg = SCLSR,
314 .overrun_reg = SCLSR,
345 .overrun_reg = SCLSR,
367 .overrun_reg = SCLSR,
391 .overrun_reg = SCLSR,
418 .overrun_reg = SCLSR,
447 .overrun_reg = SCLSR,
471 .overrun_reg = SCLSR,
498 .overrun_reg = SCLSR,
521 .overrun_reg = SCxSR,
1031 reg = sci_getreg(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
1035 status = sci_serial_in(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
1038 sci_serial_out(port, s->params->overrun_reg, status); in sci_handle_fifo_overrun()
1919 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1921 else if (sci_getreg(port, s->params->overrun_reg)->size) in sci_mpxed_interrupt()
1922 orer_status = sci_serial_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()