Lines Matching refs:icount
671 port->icount.brk++; in atmel_pdc_rxerr()
674 port->icount.parity++; in atmel_pdc_rxerr()
676 port->icount.frame++; in atmel_pdc_rxerr()
678 port->icount.overrun++; in atmel_pdc_rxerr()
743 port->icount.tx++; in atmel_tx_chars()
753 port->icount.tx++; in atmel_tx_chars()
782 port->icount.tx += atmel_port->tx_len; in atmel_complete_tx_dma()
1060 port->icount.rx += count; in atmel_rx_from_dma()
1072 port->icount.rx += count; in atmel_rx_from_dma()
1349 port->icount.tx += pdc->ofs; in atmel_tx_pdc()
1420 port->icount.rx++; in atmel_rx_from_ring()
1434 port->icount.brk++; in atmel_rx_from_ring()
1439 port->icount.parity++; in atmel_rx_from_ring()
1441 port->icount.frame++; in atmel_rx_from_ring()
1443 port->icount.overrun++; in atmel_rx_from_ring()
1535 port->icount.rx += count; in atmel_rx_from_pdc()
1624 port->icount.rng++; in atmel_tasklet_func()
1626 port->icount.dsr++; in atmel_tasklet_func()