tx_buf_pos        146 drivers/dma/tegra210-adma.c 	unsigned int			tx_buf_pos;
tx_buf_pos        371 drivers/dma/tegra210-adma.c 	tdc->tx_buf_pos = 0;
tx_buf_pos        396 drivers/dma/tegra210-adma.c 	if (pos < tdc->tx_buf_pos)
tx_buf_pos        397 drivers/dma/tegra210-adma.c 		tdc->tx_buf_count += pos + (max - tdc->tx_buf_pos);
tx_buf_pos        399 drivers/dma/tegra210-adma.c 		tdc->tx_buf_count += pos - tdc->tx_buf_pos;
tx_buf_pos        402 drivers/dma/tegra210-adma.c 	tdc->tx_buf_pos = pos;