Lines Matching refs:overrun_reg
109 unsigned int overrun_reg; member
188 .overrun_reg = SCxSR,
210 .overrun_reg = SCxSR,
234 .overrun_reg = SCxSR,
259 .overrun_reg = SCxSR,
284 .overrun_reg = SCLSR,
311 .overrun_reg = SCLSR,
333 .overrun_reg = SCLSR,
357 .overrun_reg = SCLSR,
384 .overrun_reg = SCLSR,
413 .overrun_reg = SCLSR,
437 .overrun_reg = SCLSR,
464 .overrun_reg = SCLSR,
487 .overrun_reg = SCxSR,
982 reg = sci_getreg(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
986 status = serial_port_in(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
989 serial_port_out(port, s->params->overrun_reg, status); in sci_handle_fifo_overrun()
1821 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1823 else if (sci_getreg(port, s->params->overrun_reg)->size) in sci_mpxed_interrupt()
1824 orer_status = serial_port_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()