Home
last modified time | relevance | path

Searched refs:PCI_FUNC_MAX (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci_bus.h44 PCIDevice *devices[PCI_SLOT_MAX * PCI_FUNC_MAX];
H A Dpci.h24 #define PCI_FUNC_MAX 8 macro
/openbmc/qemu/hw/pci/
H A Dshpc.c278 devfn <= PCI_DEVFN(pci_slot, PCI_FUNC_MAX - 1); in shpc_free_devices_in_slot()
H A Dpci.c995 for (func = 1; func < PCI_FUNC_MAX; ++func) { in pci_init_multifunction()
1163 devfn += PCI_FUNC_MAX) { in do_pci_register_device()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c1252 for (i = 0; i < PCI_SLOT_MAX * PCI_FUNC_MAX; i++) { in add_drcs()
1269 for (i = PCI_SLOT_MAX * PCI_FUNC_MAX - 1; i >= 0; i--) { in remove_drcs()