Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/
H A Dsetup-bus.c1713 enum enable_type enable_local) in pci_realloc_detect() argument
1718 if (enable_local != undefined) in pci_realloc_detect()
1719 return enable_local; in pci_realloc_detect()
1729 return enable_local; in pci_realloc_detect()
1733 enum enable_type enable_local) in pci_realloc_detect() argument
1735 return enable_local; in pci_realloc_detect()
2043 enum enable_type enable_local; in pci_assign_unassigned_root_bus_resources() local
2046 enable_local = pci_realloc_detect(bus, pci_realloc_enable); in pci_assign_unassigned_root_bus_resources()
2047 if (pci_realloc_enabled(enable_local)) { in pci_assign_unassigned_root_bus_resources()
2080 if (enable_local == undefined) in pci_assign_unassigned_root_bus_resources()
[all …]