Lines Matching refs:overrun_reg
110 unsigned int overrun_reg; member
189 .overrun_reg = SCxSR,
211 .overrun_reg = SCxSR,
235 .overrun_reg = SCxSR,
260 .overrun_reg = SCxSR,
285 .overrun_reg = SCLSR,
313 .overrun_reg = SCLSR,
335 .overrun_reg = SCLSR,
359 .overrun_reg = SCLSR,
386 .overrun_reg = SCLSR,
415 .overrun_reg = SCLSR,
439 .overrun_reg = SCLSR,
466 .overrun_reg = SCLSR,
489 .overrun_reg = SCxSR,
973 reg = sci_getreg(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
977 status = serial_port_in(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
980 serial_port_out(port, s->params->overrun_reg, status); in sci_handle_fifo_overrun()
1806 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1808 else if (sci_getreg(port, s->params->overrun_reg)->size) in sci_mpxed_interrupt()
1809 orer_status = serial_port_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()