Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dtegra210-adma.c112 unsigned int global_ch_fifo_base; member
480 if (!tdc->tdma->cdata->global_ch_fifo_base) in tegra_adma_start()
884 if (!tdc->tdma->cdata->global_ch_fifo_base) in tegra_adma_runtime_suspend()
936 if (!tdc->tdma->cdata->global_ch_fifo_base) in tegra_adma_runtime_resume()
956 .global_ch_fifo_base = 0,
980 .global_ch_fifo_base = 0,
1005 .global_ch_fifo_base = ADMA_GLOBAL_CH_FIFO_CTRL,
1131 if (cdata->global_ch_fifo_base) in tegra_adma_probe()
1132 tdc->global_ch_fifo_offset = cdata->global_ch_fifo_base + (4 * i); in tegra_adma_probe()