Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mach-omap1/
Domap-dma.c77 static int omap_dma_reserve_channels; variable
778 if ((d->dev_caps & RESERVE_CHANNEL) && omap_dma_reserve_channels in omap_system_dma_probe()
779 && (omap_dma_reserve_channels < d->lch_count)) in omap_system_dma_probe()
780 d->lch_count = omap_dma_reserve_channels; in omap_system_dma_probe()
877 if (get_option(&str, &omap_dma_reserve_channels) != 1) in omap_dma_cmdline_reserve_ch()
878 omap_dma_reserve_channels = 0; in omap_dma_cmdline_reserve_ch()