Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dloongarch_pch_pic.c281 val = s->route_entry[offset_tmp]; in loongarch_pch_pic_readb()
311 s->route_entry[offset_tmp] = (uint8_t)(data & 0xff); in loongarch_pch_pic_writeb()
373 s->route_entry[i] = 0x1; in loongarch_pch_pic_reset()
430 VMSTATE_UINT8_ARRAY(route_entry, LoongArchPCHPIC, 64),
/openbmc/qemu/include/hw/intc/
H A Dloongarch_pch_pic.h62 uint8_t route_entry[64]; /*0x100 - 0x138*/ member