Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h112 #define GIC_SH_CONFIG_NUMINTRS_SHF 16 macro
113 #define GIC_SH_CONFIG_NUMINTRS_MSK (MSK(8) << GIC_SH_CONFIG_NUMINTRS_SHF)
/openbmc/qemu/hw/intc/
H A Dmips_gic.c364 (numintrs << GIC_SH_CONFIG_NUMINTRS_SHF) | in gic_reset()