Searched refs:chanirq_res (Results 1 – 1 of 1) sorted by relevance
689 struct resource *dmars, *errirq_res, *chanirq_res; in sh_dmae_probe() local788 chanirq_res = platform_get_resource(pdev, IORESOURCE_IRQ, 1); in sh_dmae_probe()790 if (!chanirq_res) in sh_dmae_probe()791 chanirq_res = errirq_res; in sh_dmae_probe()795 if (chanirq_res == errirq_res || in sh_dmae_probe()810 chanirq_res = errirq_res; in sh_dmae_probe()813 if (chanirq_res->start == chanirq_res->end && in sh_dmae_probe()818 chan_irq[irq_cnt] = chanirq_res->start; in sh_dmae_probe()827 for (i = chanirq_res->start; i <= chanirq_res->end; i++) { in sh_dmae_probe()847 chanirq_res = platform_get_resource(pdev, in sh_dmae_probe()[all …]