Home
last modified time | relevance | path

Searched refs:PCI_SLOT_MAX (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/xen/xen-pciback/
H A Dvpci.c18 #define PCI_SLOT_MAX 32 macro
22 struct list_head dev_list[PCI_SLOT_MAX];
43 if (PCI_SLOT(devfn) < PCI_SLOT_MAX) { in __xen_pcibk_get_pci_dev()
103 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_add_pci_dev()
123 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_add_pci_dev()
159 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_release_pci_dev()
195 for (slot = 0; slot < PCI_SLOT_MAX; slot++) in __xen_pcibk_init_devices()
215 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_release_devices()
242 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in __xen_pcibk_get_pcifront_dev()
/openbmc/qemu/include/hw/pci/
H A Dpci_bus.h44 PCIDevice *devices[PCI_SLOT_MAX * PCI_FUNC_MAX];
H A Dpci.h23 #define PCI_SLOT_MAX 32 macro
/openbmc/qemu/hw/ppc/
H A De500plat.c82 pmc->pci_nr_slots = PCI_SLOT_MAX - 1; in e500plat_machine_class_init()
H A Dspapr_pci.c1248 for (i = 0; i < PCI_SLOT_MAX * PCI_FUNC_MAX; i++) { in add_drcs()
1261 for (i = PCI_SLOT_MAX * PCI_FUNC_MAX - 1; i >= 0; i--) { in remove_drcs()
2264 uint32_t interrupt_map[PCI_SLOT_MAX * PCI_NUM_PINS][7]; in spapr_dt_phb()
2314 for (i = 0; i < PCI_SLOT_MAX; i++) { in spapr_dt_phb()
/openbmc/qemu/include/hw/southbridge/
H A Dich9.h32 uint8_t irr[PCI_SLOT_MAX][PCI_NUM_PINS];
/openbmc/qemu/hw/pci-host/
H A Dgpex-acpi.c17 Aml *rt_pkg = aml_varpackage(PCI_SLOT_MAX * PCI_NUM_PINS); in acpi_dsdt_add_pci_route_table()
18 for (slot_no = 0; slot_no < PCI_SLOT_MAX; slot_no++) { in acpi_dsdt_add_pci_route_table()
/openbmc/qemu/include/hw/s390x/
H A Ds390-pci-bus.h291 S390PCIIOMMU *iommu[PCI_SLOT_MAX];
/openbmc/qemu/hw/pci/
H A Dshpc.c663 SHPC_IDX_TO_PCI(nslots) > PCI_SLOT_MAX) { in shpc_init()
/openbmc/qemu/hw/isa/
H A Dlpc_ich9.c124 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in ich9_cc_init()