Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dmips_gic.c232 gic->vps[vp_index].mask &= ~(data & GIC_VP_SET_RESET_MSK) & in gic_write_vp()
233 GIC_VP_SET_RESET_MSK; in gic_write_vp()
236 gic->vps[vp_index].mask |= data & GIC_VP_SET_RESET_MSK; in gic_write_vp()
/openbmc/qemu/include/hw/intc/
H A Dmips_gic.h158 #define GIC_VP_SET_RESET_MSK (MSK(7) << GIC_VP_MASK_WD_SHF) macro