Home
last modified time | relevance | path

Searched refs:chanirq_res (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/dma/sh/
H A Dshdmac.c680 struct resource *dmars, *errirq_res, *chanirq_res; in sh_dmae_probe() local
779 chanirq_res = platform_get_resource(pdev, IORESOURCE_IRQ, 1); in sh_dmae_probe()
781 if (!chanirq_res) in sh_dmae_probe()
782 chanirq_res = errirq_res; in sh_dmae_probe()
786 if (chanirq_res == errirq_res || in sh_dmae_probe()
801 chanirq_res = errirq_res; in sh_dmae_probe()
804 if (chanirq_res->start == chanirq_res->end && in sh_dmae_probe()
809 chan_irq[irq_cnt] = chanirq_res->start; in sh_dmae_probe()
818 for (i = chanirq_res->start; i <= chanirq_res->end; i++) { in sh_dmae_probe()
838 chanirq_res = platform_get_resource(pdev, in sh_dmae_probe()
[all …]