Searched refs:PPCE500PCIState (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | ppce500.c | 94 OBJECT_DECLARE_SIMPLE_TYPE(PPCE500PCIState, PPC_E500_PCI_HOST_BRIDGE) 96 struct PPCE500PCIState { struct 130 PPCE500PCIState *pci = opaque; in pci_reg_read4() argument 197 static void e500_update_piw(PPCE500PCIState *pci, int idx) in e500_update_piw() 230 static void e500_update_pow(PPCE500PCIState *pci, int idx) in e500_update_pow() 264 PPCE500PCIState *pci = opaque; in pci_reg_write4() 357 PPCE500PCIState *s = opaque; in mpc85xx_pci_set_irq() 368 PPCE500PCIState *s = opaque; in e500_route_intx_pin_to_irq() 408 VMSTATE_STRUCT_ARRAY(pob, PPCE500PCIState, PPCE500_PCI_NR_POBS, 1, 410 VMSTATE_STRUCT_ARRAY(pib, PPCE500PCIState, PPCE500_PCI_NR_PIBS, 1, [all …]
|