Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h121 #define GIC_MAP_TO_PIN_MSK (MSK(1) << GIC_MAP_TO_PIN_SHF) macro
129 (GIC_MAP_TO_PIN_MSK | GIC_MAP_TO_NMI_MSK | GIC_MAP_TO_YQ_MSK | GIC_MAP_MSK)
/openbmc/qemu/hw/intc/
H A Dmips_gic.c203 if (gic->vps[vp_index].compare_map & GIC_MAP_TO_PIN_MSK) { in gic_timer_expire_cb()
216 if (gic->vps[vp_index].compare_map & GIC_MAP_TO_PIN_MSK) { in gic_timer_store_vp_compare()
371 gic->vps[i].compare_map = GIC_MAP_TO_PIN_MSK; in gic_reset()
378 gic->irq_state[i].map_pin = GIC_MAP_TO_PIN_MSK; in gic_reset()