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
472 if (!tdc->tdma->cdata->global_ch_fifo_base) in tegra_adma_start()
873 if (!tdc->tdma->cdata->global_ch_fifo_base) in tegra_adma_runtime_suspend()
925 if (!tdc->tdma->cdata->global_ch_fifo_base) in tegra_adma_runtime_resume()
945 .global_ch_fifo_base = 0,
969 .global_ch_fifo_base = 0,
994 .global_ch_fifo_base = ADMA_GLOBAL_CH_FIFO_CTRL,
1122 if (cdata->global_ch_fifo_base) in tegra_adma_probe()
1123 tdc->global_ch_fifo_offset = cdata->global_ch_fifo_base + (4 * i); in tegra_adma_probe()