Home
last modified time | relevance | path

Searched defs:LoongArchPCHPIC (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/intc/
H A Dloongarch_pch_pic.h44 struct LoongArchPCHPIC { struct
45 SysBusDevice parent_obj;
46 qemu_irq parent_irq[64];
47 uint64_t int_mask; /*0x020 interrupt mask register*/
48 uint64_t htmsi_en; /*0x040 1=msi*/
49 uint64_t intedge; /*0x060 edge=1 level =0*/
50 uint64_t intclr; /*0x080 for clean edge int,set 1 clean,set 0 is noused*/
51 uint64_t auto_crtl0; /*0x0c0*/
52 uint64_t auto_crtl1; /*0x0e0*/
53 uint64_t last_intirr; /* edge detection */
[all …]