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