Searched refs:pci_new (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/hw/mips/ |
H A D | fuloong2e.c | 313 pci_dev = pci_new(-1, "ati-vga"); in mips_fuloong2e_init()
|
/openbmc/qemu/hw/hppa/ |
H A D | machine.c | 376 pci_dev = pci_new(-1, "pci-serial"); in machine_HP_common_init_tail() 390 pci_dev = pci_new(-1, "pci-serial-4x"); in machine_HP_common_init_tail()
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb.c | 170 PCIDevice *root = pci_new(PCI_DEVFN(0, 0), TYPE_PNV_PHB_ROOT_PORT); in pnv_phb_realize()
|
H A D | bonito.c | 751 d = pci_new(PCI_DEVFN(0, 0), TYPE_PCI_BONITO); in bonito_init()
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_sriov.c | 147 PCIDevice *dev = pci_new(devfn, name); in register_vf()
|
H A D | pci.c | 1902 pci_dev = pci_new(devfn, model); in pci_init_nic_in_slot() 2183 PCIDevice *pci_new(int devfn, const char *name) in pci_new() function 2203 PCIDevice *dev = pci_new(devfn, name); in pci_create_simple()
|
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 243 macio = OBJECT(pci_new(PCI_DEVFN(16, 0), TYPE_OLDWORLD_MACIO)); in ppc_heathrow_init()
|
H A D | prep.c | 280 i82378_dev = DEVICE(pci_new(PCI_DEVFN(11, 0), "i82378")); in ibm_40p_init()
|
H A D | mac_newworld.c | 361 macio = OBJECT(pci_new(-1, TYPE_NEWWORLD_MACIO)); in ppc_core99_init()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 648 PCIDevice *pci_new(int devfn, const char *name);
|
/openbmc/qemu/hw/sparc64/ |
H A D | sun4u.c | 666 pci_dev = pci_new(PCI_DEVFN(3, 0), "cmd646-ide"); in sun4uv_init()
|