Lines Matching refs:hw_irq
40 int hw_irq;
63 dev_dbg(i->p->dev, "%s (%d:%d)\n", str, i->requested_irq, i->hw_irq);
77 int hw_irq = irqd_to_hwirq(d);
81 irqc_dbg(&p->irq[hw_irq], "sense");
86 tmp = ioread32(p->iomem + IRQC_CONFIG(hw_irq));
89 iowrite32(tmp, p->iomem + IRQC_CONFIG(hw_irq));
96 int hw_irq = irqd_to_hwirq(d);
98 irq_set_irq_wake(p->irq[hw_irq].requested_irq, on);
111 u32 bit = BIT(i->hw_irq);
118 generic_handle_domain_irq(p->irq_domain, i->hw_irq);
151 p->irq[k].hw_irq = k;