Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/
H A Dtegra210-adma.c151 unsigned int tx_buf_count; member
406 tdc->tx_buf_count = 0; in tegra_adma_start()
431 tdc->tx_buf_count += pos + (max - tdc->tx_buf_pos); in tegra_adma_get_residue()
433 tdc->tx_buf_count += pos - tdc->tx_buf_pos; in tegra_adma_get_residue()
435 periods_remaining = tdc->tx_buf_count % desc->num_periods; in tegra_adma_get_residue()