Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h110 #define GIC_SH_CONFIG_COUNTBITS_SHF 24 macro
111 #define GIC_SH_CONFIG_COUNTBITS_MSK (MSK(4) << GIC_SH_CONFIG_COUNTBITS_SHF)
/openbmc/qemu/hw/intc/
H A Dmips_gic.c363 (0 << GIC_SH_CONFIG_COUNTBITS_SHF) | in gic_reset()