Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Dimx_avic.h38 #define PRIO_WORDS (IMX_AVIC_NUM_IRQS/PRIO_PER_WORD) macro
53 uint32_t prio[PRIO_WORDS]; /* Priorities are 4-bits each */
/openbmc/qemu/hw/intc/
H A Dimx_avic.c47 VMSTATE_UINT32_ARRAY(prio, IMXAVICState, PRIO_WORDS),