Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Driscv_imsic.c41 #define IMSIC_MIN_ID ((IMSIC_EIPx_BITS * 2) - 1) macro
442 assert(IMSIC_MIN_ID <= num_ids); in type_init()
444 assert((num_ids & IMSIC_MIN_ID) == IMSIC_MIN_ID); in type_init()