Searched refs:IRQS_PER_WORD (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/irqchip/ |
H A D | irq-bcm7038-l1.c | 36 #define IRQS_PER_WORD 32 macro 47 u8 affinity[MAX_WORDS * IRQS_PER_WORD]; 135 int base = idx * IRQS_PER_WORD; bcm7038_l1_irq_handle() 144 for_each_set_bit(hwirq, &pending, IRQS_PER_WORD) { bcm7038_l1_irq_handle() 156 u32 word = d->hwirq / IRQS_PER_WORD; __bcm7038_l1_unmask() 157 u32 mask = BIT(d->hwirq % IRQS_PER_WORD); __bcm7038_l1_unmask() 167 u32 word = d->hwirq / IRQS_PER_WORD; __bcm7038_l1_mask() 168 u32 mask = BIT(d->hwirq % IRQS_PER_WORD); __bcm7038_l1_mask() 202 u32 word = hw / IRQS_PER_WORD; bcm7038_l1_set_affinity() 203 u32 mask = BIT(hw % IRQS_PER_WORD); bcm7038_l1_set_affinity() 307 intc->domain = irq_domain_add_linear(dn, IRQS_PER_WORD * intc->n_words, 316 intc->cpus[0]->map_base, IRQS_PER_WORD * intc->n_words);
|
H A D | irq-bcm7120-l2.c | 39 #define IRQS_PER_WORD 32 macro 64 int base = idx * IRQS_PER_WORD; bcm7120_l2_intc_irq_handle() 75 for_each_set_bit(hwirq, &pending, IRQS_PER_WORD) { bcm7120_l2_intc_irq_handle() 245 data->domain = irq_domain_add_linear(dn, IRQS_PER_WORD * data->n_words, bcm7120_l2_intc_probe() 259 ret = irq_alloc_domain_generic_chips(data->domain, IRQS_PER_WORD, 1, bcm7120_l2_intc_probe() 270 irq = idx * IRQS_PER_WORD; bcm7120_l2_intc_probe()
|
Completed in 65 milliseconds