/openbmc/qemu/hw/alpha/ |
H A D | dp264.c | 114 i82378_dev = DEVICE(pci_create_simple(pci_bus, PCI_DEVFN(7, 0), "i82378")); in clipper_init() 133 pci_dev = pci_create_simple(pci_bus, -1, "cmd646-ide"); in clipper_init()
|
/openbmc/qemu/hw/pci-host/ |
H A D | uninorth.c | 129 pci_create_simple(h->bus, PCI_DEVFN(11, 0), "uni-north-pci"); in pci_unin_main_realize() 179 pci_create_simple(h->bus, PCI_DEVFN(11, 0), "u3-agp"); in pci_u3_agp_realize() 223 pci_create_simple(h->bus, PCI_DEVFN(11, 0), "uni-north-agp"); in pci_unin_agp_realize() 256 pci_create_simple(h->bus, PCI_DEVFN(14, 0), "uni-north-internal-pci"); in pci_unin_internal_realize()
|
H A D | grackle.c | 63 pci_create_simple(phb->bus, 0, "grackle"); in grackle_realize()
|
H A D | sh_pci.c | 146 s->dev = pci_create_simple(phb->bus, PCI_DEVFN(0, 0), "sh_pci_host"); in sh_pcic_host_realize()
|
H A D | articia.c | 191 pci_create_simple(h->bus, PCI_DEVFN(0, 1), TYPE_ARTICIA_PCI_BRIDGE); in articia_realize()
|
H A D | ppc4xx_pci.c | 335 pci_create_simple(b, 0, TYPE_PPC4xx_HOST_BRIDGE); in ppc4xx_pcihost_realize()
|
H A D | i440fx.c | 274 d = pci_create_simple(b, 0, s->pci_type); in i440fx_pcihost_realize()
|
H A D | sabre.c | 386 pci_create_simple(phb->bus, 0, TYPE_SABRE_PCI_DEVICE); in sabre_realize()
|
H A D | ppce500.c | 478 pci_create_simple(b, 0, "e500-host-bridge"); in e500_pcihost_realize()
|
H A D | mv64361.c | 97 pci_create_simple(h->bus, 0, TYPE_MV64361_PCI_BRIDGE); in mv64361_pcihost_realize()
|
/openbmc/qemu/hw/arm/ |
H A D | realview.c | 293 pci_create_simple(pci_bus, -1, "pci-ohci"); in realview_init() 297 dev = DEVICE(pci_create_simple(pci_bus, -1, "lsi53c895a")); in realview_init()
|
H A D | versatilepb.c | 270 pci_create_simple(pci_bus, -1, "pci-ohci"); in versatile_init() 274 dev = DEVICE(pci_create_simple(pci_bus, -1, "lsi53c895a")); in versatile_init()
|
H A D | sbsa-ref.c | 688 pci_create_simple(pci->bus, -1, "bochs-display"); in create_pcie()
|
/openbmc/qemu/hw/ppc/ |
H A D | sam460ex.c | 453 pci_create_simple(pci_bus, PCI_DEVFN(6, 0), "sm501"); in sam460ex_init() 460 PCIIDEState *s = PCI_IDE(pci_create_simple(pci_bus, -1, "sii3112")); in sam460ex_init()
|
H A D | mac_oldworld.c | 299 pci_create_simple(pci_bus, -1, "pci-ohci"); in ppc_heathrow_init()
|
H A D | prep.c | 330 dev = DEVICE(pci_create_simple(pci_bus, PCI_DEVFN(1, 0), in ibm_40p_init()
|
H A D | mac_newworld.c | 429 pci_create_simple(pci_bus, -1, "pci-ohci"); in ppc_core99_init()
|
/openbmc/qemu/hw/hppa/ |
H A D | machine.c | 352 dev = DEVICE(pci_create_simple(pci_bus, -1, "lsi53c895a")); in machine_HP_common_init_tail() 402 pci_create_simple(pci_bus, -1, "pci-ohci"); in machine_HP_common_init_tail()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_graphics.c | 401 bridge_dev = pci_create_simple(bus, PCI_DEVFN(0x1f, 0), in type_init()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 1913 return pci_create_simple(bus, -1, "cirrus-vga"); in pci_vga_init() 1915 return pci_create_simple(bus, -1, "qxl-vga"); in pci_vga_init() 1917 return pci_create_simple(bus, -1, "VGA"); in pci_vga_init() 1919 return pci_create_simple(bus, -1, "vmware-svga"); in pci_vga_init() 1921 return pci_create_simple(bus, -1, "virtio-vga"); in pci_vga_init() 2201 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name) in pci_create_simple() function
|
/openbmc/qemu/hw/vfio/ |
H A D | igd.c | 229 lpc_bridge = pci_create_simple(pci_device_root_bus(&vdev->pdev), in type_init()
|
/openbmc/qemu/hw/mips/ |
H A D | loongson3_virt.c | 473 pci_create_simple(pci_bus, -1, "pci-ohci"); in loongson3_virt_devices_init()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 653 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
|
/openbmc/qemu/hw/i386/ |
H A D | pc_piix.c | 439 pci_create_simple(pcms->pcibus, -1, "xen-platform"); in pc_xen_hvm_init()
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 636 pci_create_simple(pci_busA, PCI_DEVFN(2, 0), "VGA"); in sun4uv_init()
|