Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/sh/
H A Dshdmac.c681 struct resource *chan, *dmars, *errirq_res, *chanirq_res; in sh_dmae_probe() local
781 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 in sh_dmae_probe()
[all...]
/kernel/linux/linux-6.6/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 in sh_dmae_probe()
[all...]

Completed in 4 milliseconds