Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/most/dim2/
Ddim2.c28 #define DMA_CHANNELS (32 - 1) /* channel 0 is a system channel */ macro
88 struct hdm_channel hch[DMA_CHANNELS];
89 struct most_channel_capability capabilities[DMA_CHANNELS];
328 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in get_active_channels()
365 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in dim2_tasklet_fn()
390 struct dim_channel *buffer[DMA_CHANNELS + 1]; in dim2_ahb_isr()
453 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in configure_channel()
565 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in enqueue()
641 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in poison_channel()
816 for (i = 0; i < DMA_CHANNELS; i++) { in dim2_probe()
[all …]