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,
312 .overrun_reg = SCLSR,
334 .overrun_reg = SCLSR,
358 .overrun_reg = SCLSR,
385 .overrun_reg = SCLSR,
414 .overrun_reg = SCLSR,
438 .overrun_reg = SCLSR,
465 .overrun_reg = SCLSR,
488 .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()
1819 if (s->params->overrun_reg == SCxSR) in sci_mpxed_interrupt()
1821 else if (sci_getreg(port, s->params->overrun_reg)->size) in sci_mpxed_interrupt()
1822 orer_status = serial_port_in(port, s->params->overrun_reg); in sci_mpxed_interrupt()