Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dtegra186-gpc-dma.c63 #define TEGRA_GPCDMA_STATUS_ISE_EOC BIT(30) macro
470 if (status & TEGRA_GPCDMA_STATUS_ISE_EOC) { in tegra_dma_disable()
613 if (!(status & TEGRA_GPCDMA_STATUS_ISE_EOC)) in tegra_dma_isr()
617 TEGRA_GPCDMA_STATUS_ISE_EOC); in tegra_dma_isr()
750 if (status & TEGRA_GPCDMA_STATUS_ISE_EOC) in tegra_dma_get_residual()