Searched refs:SH_DMAE_MAX_CHANNELS (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/dma/sh/
H A Dshdma.h18 #define SH_DMAE_MAX_CHANNELS 20 macro
35 struct sh_dmae_chan *chan[SH_DMAE_MAX_CHANNELS];
H A Dshdmac.c674 unsigned long chan_flag[SH_DMAE_MAX_CHANNELS] = {};
675 int chan_irq[SH_DMAE_MAX_CHANNELS];
808 if (irq_cnt < SH_DMAE_MAX_CHANNELS) {
819 if (irq_cnt >= SH_DMAE_MAX_CHANNELS) {
835 if (irq_cnt >= SH_DMAE_MAX_CHANNELS)
853 pdata->channel_num, SH_DMAE_MAX_CHANNELS);

Completed in 134 milliseconds