Searched refs:PCI_SLOT_MAX (Results 1 – 10 of 10) sorted by relevance
18 #define PCI_SLOT_MAX 32 macro22 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()
44 PCIDevice *devices[PCI_SLOT_MAX * PCI_FUNC_MAX];
23 #define PCI_SLOT_MAX 32 macro
82 pmc->pci_nr_slots = PCI_SLOT_MAX - 1; in e500plat_machine_class_init()
1248 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()
32 uint8_t irr[PCI_SLOT_MAX][PCI_NUM_PINS];
17 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()
291 S390PCIIOMMU *iommu[PCI_SLOT_MAX];
663 SHPC_IDX_TO_PCI(nslots) > PCI_SLOT_MAX) { in shpc_init()
124 for (slot = 0; slot < PCI_SLOT_MAX; slot++) { in ich9_cc_init()