Lines Matching refs:icount
293 port->icount.tx += count; in msm_complete_tx_dma()
396 port->icount.overrun++; in msm_complete_rx_dma()
403 port->icount.rx += count; in msm_complete_rx_dma()
413 port->icount.brk++; in msm_complete_rx_dma()
533 port->icount.overrun++; in msm_handle_rx_dm()
549 port->icount.rx += count; in msm_handle_rx_dm()
568 port->icount.brk++; in msm_handle_rx_dm()
610 port->icount.overrun++; in msm_handle_rx()
624 port->icount.brk++; in msm_handle_rx()
628 port->icount.frame++; in msm_handle_rx()
630 port->icount.rx++; in msm_handle_rx()
684 port->icount.tx++; in msm_handle_tx_pio()
719 port->icount.tx++; in msm_handle_tx()
756 port->icount.cts++; in msm_handle_delta_cts()