Searched defs:PPCE500PCIState (Results 1 – 1 of 1) sorted by relevance
96 struct PPCE500PCIState { struct97 PCIHostState parent_obj;99 struct pci_outbound pob[PPCE500_PCI_NR_POBS];100 struct pci_inbound pib[PPCE500_PCI_NR_PIBS];101 uint32_t gasket_time;102 qemu_irq irq[PCI_NUM_PINS];103 uint32_t irq_num[PCI_NUM_PINS];104 uint32_t first_slot;105 uint32_t first_pin_irq;106 AddressSpace bm_as;[all …]