Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dpci_of_scan.c304 res = &dev->resource[PCI_BRIDGE_RESOURCES]; in of_scan_pci_bridge()
305 for (i = 0; i < PCI_NUM_RESOURCES - PCI_BRIDGE_RESOURCES; ++i) { in of_scan_pci_bridge()
324 if (i >= PCI_NUM_RESOURCES - PCI_BRIDGE_RESOURCES) { in of_scan_pci_bridge()
/linux/drivers/pci/
H A Dsetup-res.c420 if (resno < PCI_BRIDGE_RESOURCES) in pci_assign_resource()
460 if (resno < PCI_BRIDGE_RESOURCES) in pci_reassign_resource()
509 if (i < PCI_BRIDGE_RESOURCES) { in pci_enable_resources()
H A Dof_property.c116 res = &pdev->resource[PCI_BRIDGE_RESOURCES]; in of_pci_prop_ranges()
/linux/arch/powerpc/platforms/
H A Dfsl_uli1575.c227 for (i = PCI_BRIDGE_RESOURCES; i < PCI_BRIDGE_RESOURCES+3; i++) { in quirk_final_uli5249()
/linux/include/linux/
H A Dpci.h124 #define PCI_BRIDGE_IO_WINDOW (PCI_BRIDGE_RESOURCES + 0)
125 #define PCI_BRIDGE_MEM_WINDOW (PCI_BRIDGE_RESOURCES + 1)
126 #define PCI_BRIDGE_PREF_MEM_WINDOW (PCI_BRIDGE_RESOURCES + 2)
129 #define PCI_CB_BRIDGE_IO_0_WINDOW (PCI_BRIDGE_RESOURCES + 0)
130 #define PCI_CB_BRIDGE_IO_1_WINDOW (PCI_BRIDGE_RESOURCES + 1)
131 #define PCI_CB_BRIDGE_MEM_0_WINDOW (PCI_BRIDGE_RESOURCES + 2)
132 #define PCI_CB_BRIDGE_MEM_1_WINDOW (PCI_BRIDGE_RESOURCES + 3)
139 PCI_BRIDGE_RESOURCES, enumerator
140 PCI_BRIDGE_RESOURCE_END = PCI_BRIDGE_RESOURCES +
/linux/arch/sparc/kernel/
H A Dpci.c499 res = &dev->resource[PCI_BRIDGE_RESOURCES]; in of_scan_pci_bridge()
500 for (i = 0; i < PCI_NUM_RESOURCES - PCI_BRIDGE_RESOURCES; ++i) { in of_scan_pci_bridge()
545 if (i >= PCI_NUM_RESOURCES - PCI_BRIDGE_RESOURCES) { in of_scan_pci_bridge()
/linux/drivers/parisc/
H A Dlba_pci.c672 for (idx = PCI_BRIDGE_RESOURCES; idx < PCI_NUM_RESOURCES; idx++) { in pcibios_allocate_bridge_resources()
801 for (i = 0; i < PCI_BRIDGE_RESOURCES; i++) { in lba_fixup_bus()
H A Ddino.c616 for(i = PCI_BRIDGE_RESOURCES; i < PCI_NUM_RESOURCES; i++) { in dino_fixup_bus()
/linux/drivers/pci/hotplug/
H A Dacpiphp_glue.c743 for (i = 0; i < PCI_BRIDGE_RESOURCES; i++) { in acpiphp_sanitize_bus()
/linux/arch/powerpc/platforms/powernv/
H A Dpci-ioda.c1989 &pdev->resource[PCI_BRIDGE_RESOURCES + i]); in pnv_ioda_setup_pe_seg()
2177 r = &bridge->resource[PCI_BRIDGE_RESOURCES + i]; in pnv_pci_fixup_bridge_resources()