Lines Matching refs:icount
629 port->icount.brk++; in atmel_pdc_rxerr()
632 port->icount.parity++; in atmel_pdc_rxerr()
634 port->icount.frame++; in atmel_pdc_rxerr()
636 port->icount.overrun++; in atmel_pdc_rxerr()
698 port->icount.tx++; in atmel_tx_chars()
707 port->icount.tx++; in atmel_tx_chars()
735 port->icount.tx += sg_dma_len(&atmel_port->sg_tx); in atmel_complete_tx_dma()
981 port->icount.rx += count; in atmel_rx_from_dma()
993 port->icount.rx += count; in atmel_rx_from_dma()
1265 port->icount.tx += pdc->ofs; in atmel_tx_pdc()
1334 port->icount.rx++; in atmel_rx_from_ring()
1348 port->icount.brk++; in atmel_rx_from_ring()
1353 port->icount.parity++; in atmel_rx_from_ring()
1355 port->icount.frame++; in atmel_rx_from_ring()
1357 port->icount.overrun++; in atmel_rx_from_ring()
1449 port->icount.rx += count; in atmel_rx_from_pdc()
1539 port->icount.rng++; in atmel_tasklet_func()
1541 port->icount.dsr++; in atmel_tasklet_func()