Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/most/dim2/
Ddim2.c29 #define DMA_CHANNELS (32 - 1) /* channel 0 is a system channel */ macro
87 struct hdm_channel hch[DMA_CHANNELS];
88 struct most_channel_capability capabilities[DMA_CHANNELS];
346 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in get_active_channels()
383 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in dim2_tasklet_fn()
408 struct dim_channel *buffer[DMA_CHANNELS + 1]; in dim2_ahb_isr()
471 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in configure_channel()
583 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in enqueue()
658 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in poison_channel()
835 for (i = 0; i < DMA_CHANNELS; i++) { in dim2_probe()
[all …]