Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Darmv7m_nvic.c2045 int excnum = (value & 0x1ff) + NVIC_FIRST_IRQ; in nvic_writel() local
2051 if (excnum < s->num_irq) { in nvic_writel()
2052 armv7m_nvic_set_pending(s, excnum, false); in nvic_writel()