Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/most/dim2/
H A Ddim2.c28 #define DMA_CHANNELS (32 - 1) /* channel 0 is a system channel */ macro
86 struct hdm_channel hch[DMA_CHANNELS];
87 struct most_channel_capability capabilities[DMA_CHANNELS];
336 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in get_active_channels()
373 for (ch_idx = 0; ch_idx < DMA_CHANNELS; ch_idx++) { in dim2_tasklet_fn()
398 struct dim_channel *buffer[DMA_CHANNELS + 1]; in dim2_ahb_isr()
461 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in configure_channel()
573 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in enqueue()
648 BUG_ON(ch_idx < 0 || ch_idx >= DMA_CHANNELS); in poison_channel()
842 for (i = 0; i < DMA_CHANNELS; i++) { in dim2_probe()
[all …]