Searched refs:IRQS_PER_BANK (Results 1 – 2 of 2) sorted by relevance
21 #define IRQS_PER_BANK 32 macro233 for (i = 0; i < nbanks; i++, irq_base += IRQS_PER_BANK) { in stm32_irq_handler()237 for_each_set_bit(n, &pending, IRQS_PER_BANK) { in stm32_irq_handler()250 u32 mask = BIT(d->hwirq % IRQS_PER_BANK); in stm32_exti_set_type()392 val |= BIT(d->hwirq % IRQS_PER_BANK); in stm32_exti_set_bit()405 val &= ~BIT(d->hwirq % IRQS_PER_BANK); in stm32_exti_clr_bit()482 u32 mask = BIT(d->hwirq % IRQS_PER_BANK); in stm32_exti_h_set_wake()571 bank = hwirq / IRQS_PER_BANK; in stm32_exti_h_domain_alloc()678 domain = irq_domain_add_linear(node, drv_data->bank_nr * IRQS_PER_BANK, in stm32_exti_init()687 ret = irq_alloc_domain_generic_chips(domain, IRQS_PER_BANK, 1, "exti", in stm32_exti_init()[all …]
75 #define IRQS_PER_BANK 32 macro126 if (WARN_ON(intspec[1] >= IRQS_PER_BANK)) in armctrl_xlate()