Searched refs:DMA_CHANNELS (Results 1 – 3 of 3) sorted by relevance
15 config DMA_CHANNELS config24 depends on DMA && DMA_CHANNELS && SANDBOX32 select DMA_CHANNELS
28 #define DMA_CHANNELS (32 - 1) /* channel 0 is a system channel */ macro85 struct hdm_channel hch[DMA_CHANNELS];86 struct most_channel_capability capabilities[DMA_CHANNELS];339 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in get_active_channels()370 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in dim2_task_irq()397 struct dim_channel *buffer[DMA_CHANNELS + 1]; in dim2_ahb_isr()458 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in configure_channel()570 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in enqueue()646 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in poison_channel()844 for (i = 0; i < DMA_CHANNELS; i++) { in dim2_probe()[all …]
79 select DMA_CHANNELS