Lines Matching refs:irq_cnt
678 int err, errirq, i, irq_cnt = 0, irqres = 0, irq_cap = 0; in sh_dmae_probe() local
809 for (; irq_cnt < pdata->channel_num; irq_cnt++) { in sh_dmae_probe()
810 if (irq_cnt < SH_DMAE_MAX_CHANNELS) { in sh_dmae_probe()
811 chan_irq[irq_cnt] = chanirq_res->start; in sh_dmae_probe()
812 chan_flag[irq_cnt] = IRQF_SHARED; in sh_dmae_probe()
821 if (irq_cnt >= SH_DMAE_MAX_CHANNELS) { in sh_dmae_probe()
828 chan_flag[irq_cnt] = IRQF_SHARED; in sh_dmae_probe()
830 chan_flag[irq_cnt] = 0; in sh_dmae_probe()
833 i, irq_cnt); in sh_dmae_probe()
834 chan_irq[irq_cnt++] = i; in sh_dmae_probe()
837 if (irq_cnt >= SH_DMAE_MAX_CHANNELS) in sh_dmae_probe()
842 } while (irq_cnt < pdata->channel_num && chanirq_res); in sh_dmae_probe()
846 for (i = 0; i < irq_cnt; i++) { in sh_dmae_probe()