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,
999 reg = sci_getreg(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
1003 status = serial_port_in(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
1006 serial_port_out(port, s->params->overrun_reg, status); in sci_handle_fifo_overrun()
1862 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1864 else if (sci_getreg(port, s->params->overrun_reg)->size) in sci_mpxed_interrupt()
1865 orer_status = serial_port_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()