Home
last modified time | relevance | path

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

/openbmc/qemu/hw/misc/
H A Dstm32f4xx_syscfg.c48 int icrreg = irq / 4; in stm32f4xx_syscfg_set_irq() local
54 g_assert(icrreg < SYSCFG_NUM_EXTICR); in stm32f4xx_syscfg_set_irq()
56 if (extract32(s->syscfg_exticr[icrreg], startbit, 4) == config) { in stm32f4xx_syscfg_set_irq()