Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/
H A Decam.c27 struct pci_config_window *pci_ecam_create(struct device *dev, in pci_ecam_create() function
104 EXPORT_SYMBOL_GPL(pci_ecam_create);
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-ecam.h41 struct pci_config_window *pci_ecam_create(struct device *dev,
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-host-common.c41 cfg = pci_ecam_create(dev, &cfgres, bus->res, ops); in gen_pci_init()
H A Dpcie-xilinx-cpm.c516 port->cfg = pci_ecam_create(dev, res, bus_range, in xilinx_cpm_pcie_parse_dt()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dpci.c140 cfg = pci_ecam_create(dev, &cfgres, bus_res, ecam_ops); in pci_acpi_setup_ecam_mapping()