Searched refs:chanirq_res (Results 1 – 1 of 1) sorted by relevance
681 struct resource *chan, *dmars, *errirq_res, *chanirq_res; in sh_dmae_probe() local781 chanirq_res = platform_get_resource(pdev, IORESOURCE_IRQ, 1); in sh_dmae_probe()783 if (!chanirq_res) in sh_dmae_probe()784 chanirq_res = errirq_res; in sh_dmae_probe()788 if (chanirq_res == errirq_res || in sh_dmae_probe()803 chanirq_res = errirq_res; in sh_dmae_probe()806 if (chanirq_res->start == chanirq_res->end && in sh_dmae_probe()811 chan_irq[irq_cnt] = chanirq_res->start; in sh_dmae_probe()820 for (i = chanirq_res->start; i <= chanirq_res->end; i++) { in sh_dmae_probe()840 chanirq_res = platform_get_resource(pdev, in sh_dmae_probe()[all …]