Lines Matching defs:hwirq
137 int hwirq;
144 for_each_set_bit(hwirq, &pending, IRQS_PER_WORD)
145 generic_handle_domain_irq(intc->domain, base + hwirq);
154 u32 word = d->hwirq / IRQS_PER_WORD;
155 u32 mask = BIT(d->hwirq % IRQS_PER_WORD);
165 u32 word = d->hwirq / IRQS_PER_WORD;
166 u32 mask = BIT(d->hwirq % IRQS_PER_WORD);
179 __bcm7038_l1_unmask(d, intc->affinity[d->hwirq]);
189 __bcm7038_l1_mask(d, intc->affinity[d->hwirq]);
200 irq_hw_number_t hw = d->hwirq;
351 u32 word = d->hwirq / IRQS_PER_WORD;
352 u32 mask = BIT(d->hwirq % IRQS_PER_WORD);