Lines Matching defs:AwA10PICState
23 struct AwA10PICState { struct
25 SysBusDevice parent_obj;
27 MemoryRegion iomem;
28 qemu_irq parent_fiq;
29 qemu_irq parent_irq;
31 uint32_t vector;
32 uint32_t base_addr;
33 uint32_t protect;
34 uint32_t nmi;
35 uint32_t irq_pending[AW_A10_PIC_REG_NUM];
36 uint32_t fiq_pending[AW_A10_PIC_REG_NUM];
37 uint32_t select[AW_A10_PIC_REG_NUM];
38 uint32_t enable[AW_A10_PIC_REG_NUM];
39 uint32_t mask[AW_A10_PIC_REG_NUM];