Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dtegra186-gpc-dma.c63 #define TEGRA_GPCDMA_STATUS_ISE_EOC BIT(30) macro
465 if (status & TEGRA_GPCDMA_STATUS_ISE_EOC) { in tegra_dma_disable()
607 if (!(status & TEGRA_GPCDMA_STATUS_ISE_EOC)) in tegra_dma_isr()
611 TEGRA_GPCDMA_STATUS_ISE_EOC); in tegra_dma_isr()
743 if (status & TEGRA_GPCDMA_STATUS_ISE_EOC) in tegra_dma_get_residual()