Home
last modified time | relevance | path

Searched refs:tx_buf_pos (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/dma/
Dtegra210-adma.c134 unsigned int tx_buf_pos; member
359 tdc->tx_buf_pos = 0; in tegra_adma_start()
384 if (pos < tdc->tx_buf_pos) in tegra_adma_get_residue()
385 tdc->tx_buf_count += pos + (max - tdc->tx_buf_pos); in tegra_adma_get_residue()
387 tdc->tx_buf_count += pos - tdc->tx_buf_pos; in tegra_adma_get_residue()
390 tdc->tx_buf_pos = pos; in tegra_adma_get_residue()