Home
last modified time | relevance | path

Searched refs:pci_create_simple (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/hw/alpha/
H A Ddp264.c114 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 Duninorth.c129 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 Dgrackle.c63 pci_create_simple(phb->bus, 0, "grackle"); in grackle_realize()
H A Dsh_pci.c146 s->dev = pci_create_simple(phb->bus, PCI_DEVFN(0, 0), "sh_pci_host"); in sh_pcic_host_realize()
H A Darticia.c191 pci_create_simple(h->bus, PCI_DEVFN(0, 1), TYPE_ARTICIA_PCI_BRIDGE); in articia_realize()
H A Dppc4xx_pci.c335 pci_create_simple(b, 0, TYPE_PPC4xx_HOST_BRIDGE); in ppc4xx_pcihost_realize()
H A Di440fx.c274 d = pci_create_simple(b, 0, s->pci_type); in i440fx_pcihost_realize()
H A Dsabre.c386 pci_create_simple(phb->bus, 0, TYPE_SABRE_PCI_DEVICE); in sabre_realize()
H A Dppce500.c478 pci_create_simple(b, 0, "e500-host-bridge"); in e500_pcihost_realize()
H A Dmv64361.c97 pci_create_simple(h->bus, 0, TYPE_MV64361_PCI_BRIDGE); in mv64361_pcihost_realize()
/openbmc/qemu/hw/arm/
H A Drealview.c293 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 Dversatilepb.c270 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 Dsbsa-ref.c688 pci_create_simple(pci->bus, -1, "bochs-display"); in create_pcie()
/openbmc/qemu/hw/ppc/
H A Dsam460ex.c453 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 Dmac_oldworld.c299 pci_create_simple(pci_bus, -1, "pci-ohci"); in ppc_heathrow_init()
H A Dprep.c330 dev = DEVICE(pci_create_simple(pci_bus, PCI_DEVFN(1, 0), in ibm_40p_init()
H A Dmac_newworld.c429 pci_create_simple(pci_bus, -1, "pci-ohci"); in ppc_core99_init()
/openbmc/qemu/hw/hppa/
H A Dmachine.c352 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 Dxen_pt_graphics.c401 bridge_dev = pci_create_simple(bus, PCI_DEVFN(0x1f, 0), in type_init()
/openbmc/qemu/hw/pci/
H A Dpci.c1913 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 Digd.c229 lpc_bridge = pci_create_simple(pci_device_root_bus(&vdev->pdev), in type_init()
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c473 pci_create_simple(pci_bus, -1, "pci-ohci"); in loongson3_virt_devices_init()
/openbmc/qemu/include/hw/pci/
H A Dpci.h653 PCIDevice *pci_create_simple(PCIBus *bus, int devfn, const char *name);
/openbmc/qemu/hw/i386/
H A Dpc_piix.c439 pci_create_simple(pcms->pcibus, -1, "xen-platform"); in pc_xen_hvm_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c636 pci_create_simple(pci_busA, PCI_DEVFN(2, 0), "VGA"); in sun4uv_init()

12