Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dloongarch_pch_pic.c110 val = (uint32_t)s->htmsi_en; in loongarch_pch_pic_low_readw()
113 val = s->htmsi_en >> 32; in loongarch_pch_pic_low_readw()
193 s->htmsi_en = get_writew_val(s->htmsi_en, data, 0); in loongarch_pch_pic_low_writew()
196 s->htmsi_en = get_writew_val(s->htmsi_en, data, 1); in loongarch_pch_pic_low_writew()
367 s->htmsi_en = 0x0; in loongarch_pch_pic_reset()
425 VMSTATE_UINT64(htmsi_en, LoongArchPCHPIC),
/openbmc/qemu/include/hw/intc/
H A Dloongarch_pch_pic.h48 uint64_t htmsi_en; /*0x040 1=msi*/ member