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

/linux-4.4.14/arch/arm/plat-omap/
H A Ddma.c135 static int omap_dma_reserve_channels; variable
1310 if ((d->dev_caps & RESERVE_CHANNEL) && omap_dma_reserve_channels omap_system_dma_probe()
1311 && (omap_dma_reserve_channels < d->lch_count)) omap_system_dma_probe()
1312 d->lch_count = omap_dma_reserve_channels; omap_system_dma_probe()
1463 if (get_option(&str, &omap_dma_reserve_channels) != 1) omap_dma_cmdline_reserve_ch()
1464 omap_dma_reserve_channels = 0; omap_dma_cmdline_reserve_ch()

Completed in 37 milliseconds