Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-tegra/
Ddma.c132 #define NV_DMA_MAX_CHANNELS 32 macro
138 static DECLARE_BITMAP(channel_usage, NV_DMA_MAX_CHANNELS);
139 static struct tegra_dma_channel dma_channels[NV_DMA_MAX_CHANNELS];
715 bitmap_fill(channel_usage, NV_DMA_MAX_CHANNELS); in tegra_dma_init()