Home
last modified time | relevance | path

Searched refs:NVIC_MAX_IRQ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/irqchip/
H A Dirq-nvic.c36 #define NVIC_MAX_IRQ ((NVIC_MAX_BANKS - 1) * 32 + 16) macro
89 if (irqs > NVIC_MAX_IRQ) in nvic_of_init()
90 irqs = NVIC_MAX_IRQ; in nvic_of_init()
/openbmc/qemu/hw/intc/
H A Darmv7m_nvic.c56 #define NVIC_MAX_IRQ (NVIC_MAX_VECTORS - NVIC_FIRST_IRQ) macro
2683 if (s->num_irq > NVIC_MAX_IRQ) { in armv7m_nvic_realize()