Searched refs:omap_dma_reserve_channels (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Ddma.c136 static int omap_dma_reserve_channels; variable
2098 if (cpu_class_is_omap2() && omap_dma_reserve_channels
2099 && (omap_dma_reserve_channels <= dma_lch_count))
2100 dma_lch_count = omap_dma_reserve_channels;
2239 if (get_option(&str, &omap_dma_reserve_channels) != 1)
2240 omap_dma_reserve_channels = 0;

Completed in 17 milliseconds