Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/dma/
H A DKconfig15 config DMA_CHANNELS config
24 depends on DMA && DMA_CHANNELS && SANDBOX
32 select DMA_CHANNELS
/openbmc/linux/drivers/staging/most/dim2/
H A Ddim2.c28 #define DMA_CHANNELS (32 - 1) /* channel 0 is a system channel */ macro
85 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 …]
/openbmc/u-boot/drivers/net/
H A DKconfig79 select DMA_CHANNELS