Searched refs:pci_ecam_create (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | ecam.c | 27 struct pci_config_window *pci_ecam_create(struct device *dev, in pci_ecam_create() function 103 EXPORT_SYMBOL_GPL(pci_ecam_create);
|
/openbmc/linux/include/linux/ |
H A D | pci-ecam.h | 69 struct pci_config_window *pci_ecam_create(struct device *dev,
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-host-common.c | 41 cfg = pci_ecam_create(dev, &cfgres, bus->res, ops); in gen_pci_init()
|
H A D | pcie-xilinx-cpm.c | 547 port->cfg = pci_ecam_create(dev, res, bus_range, in xilinx_cpm_pcie_parse_dt()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | pci.c | 153 cfg = pci_ecam_create(dev, &cfgres, bus_res, ecam_ops); in pci_acpi_setup_ecam_mapping()
|
/openbmc/linux/arch/loongarch/pci/ |
H A D | acpi.c | 176 cfg = pci_ecam_create(dev, &cfgres, bus_res, ecam_ops); in pci_acpi_setup_ecam_mapping()
|