Lines Matching refs:overrun_reg
112 unsigned int overrun_reg; member
191 .overrun_reg = SCxSR,
213 .overrun_reg = SCxSR,
237 .overrun_reg = SCxSR,
262 .overrun_reg = SCxSR,
287 .overrun_reg = SCLSR,
314 .overrun_reg = SCLSR,
336 .overrun_reg = SCLSR,
360 .overrun_reg = SCLSR,
387 .overrun_reg = SCLSR,
416 .overrun_reg = SCLSR,
440 .overrun_reg = SCLSR,
467 .overrun_reg = SCLSR,
490 .overrun_reg = SCxSR,
980 reg = sci_getreg(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
984 status = serial_port_in(port, s->params->overrun_reg); in sci_handle_fifo_overrun()
987 serial_port_out(port, s->params->overrun_reg, status); in sci_handle_fifo_overrun()
1773 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1775 else if (sci_getreg(port, s->params->overrun_reg)->size) in sci_mpxed_interrupt()
1776 orer_status = serial_port_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()