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

/linux-4.4.14/arch/arm/mach-ux500/
H A Dboard-mop500-audio.c63 .use_fixed_channel = true,
/linux-4.4.14/include/linux/platform_data/
H A Ddma-ste-dma40.h100 * @use_fixed_channel: if true, use physical channel specified by phy_channel
101 * @phy_channel: physical channel to use, only if use_fixed_channel is true
117 bool use_fixed_channel; member in struct:stedma40_chan_cfg
/linux-4.4.14/drivers/dma/
H A Dste_dma40.c1890 if (d40c->dma_cfg.use_fixed_channel) { d40_allocate_channel()
1929 if (d40c->dma_cfg.use_fixed_channel) { d40_allocate_channel()
2403 cfg.use_fixed_channel = true; d40_xlate()
2461 d40c->dma_cfg.use_fixed_channel ? ", fixed" : ""); d40_alloc_chan_resources()

Completed in 152 milliseconds