Searched refs:eirq (Results 1 – 2 of 2) sorted by relevance
179 int irq, eirq; in init_IRQ() local188 eirq = MCFINT_VECBASE + 64 + (MCFINTC1_ICR0 ? 64 : 0) + in init_IRQ()190 for (irq = MCFINT_VECBASE; (irq < eirq); irq++) { in init_IRQ()
235 unsigned int eirq; member1311 int ret, irq, eirq, i; in nbpf_probe() local1365 eirq = irqbuf[0]; in nbpf_probe()1370 eirq = platform_get_irq_byname(pdev, "error"); in nbpf_probe()1371 if (eirq < 0) in nbpf_probe()1372 return eirq; in nbpf_probe()1380 if (irqbuf[i] == eirq) in nbpf_probe()1388 if (irqbuf[0] == eirq) in nbpf_probe()1398 ret = devm_request_irq(dev, eirq, nbpf_err_irq, in nbpf_probe()1402 nbpf->eirq = eirq; in nbpf_probe()[all …]