Searched refs:pci_ecam_create (Results 1 – 7 of 7) sorted by relevance
| /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);
|
| H A D | pci-acpi.c | 1637 cfg = pci_ecam_create(dev, &cfgres, bus_res, ecam_ops); in pci_acpi_setup_ecam_mapping()
|
| /linux/include/linux/ |
| H A D | pci-ecam.h | 73 struct pci_config_window *pci_ecam_create(struct device *dev,
|
| /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()
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-xilinx-cpm.c | 538 port->cfg = pci_ecam_create(dev, res, bus_range, in xilinx_cpm_pcie_parse_dt()
|
| H A D | pcie-xilinx-dma-pl.c | 741 port->cfg = pci_ecam_create(dev, res, bus_range, &xilinx_pl_dma_pcie_ops); in xilinx_pl_dma_pcie_parse_dt()
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-host.c | 471 pp->cfg = pci_ecam_create(dev, res, bus->res, &pci_generic_ecam_ops); in dw_pcie_create_ecam_window()
|