Lines Matching refs:irq_cnt
677 int err, errirq, i, irq_cnt = 0, irqres = 0, irq_cap = 0; in sh_dmae_probe() local
807 for (; irq_cnt < pdata->channel_num; irq_cnt++) { in sh_dmae_probe()
808 if (irq_cnt < SH_DMAE_MAX_CHANNELS) { in sh_dmae_probe()
809 chan_irq[irq_cnt] = chanirq_res->start; in sh_dmae_probe()
810 chan_flag[irq_cnt] = IRQF_SHARED; in sh_dmae_probe()
819 if (irq_cnt >= SH_DMAE_MAX_CHANNELS) { in sh_dmae_probe()
826 chan_flag[irq_cnt] = IRQF_SHARED; in sh_dmae_probe()
828 chan_flag[irq_cnt] = 0; in sh_dmae_probe()
831 i, irq_cnt); in sh_dmae_probe()
832 chan_irq[irq_cnt++] = i; in sh_dmae_probe()
835 if (irq_cnt >= SH_DMAE_MAX_CHANNELS) in sh_dmae_probe()
840 } while (irq_cnt < pdata->channel_num && chanirq_res); in sh_dmae_probe()
844 for (i = 0; i < irq_cnt; i++) { in sh_dmae_probe()