Searched refs:devm_pci_remap_cfgspace (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-hisi.c | 102 pcie->reg_base = devm_pci_remap_cfgspace(dev, res->start, resource_size(res)); in hisi_pcie_init() 140 pcie->reg_base = devm_pci_remap_cfgspace(dev, res->start, resource_size(res)); in hisi_pcie_platform_init()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-iproc-platform.c | 63 pcie->base = devm_pci_remap_cfgspace(dev, reg.start, in iproc_pltfm_pcie_probe()
|
/openbmc/linux/Documentation/driver-api/driver-model/ |
H A D | devres.rst | 393 devm_pci_remap_cfgspace() : ioremap PCI configuration space
|
/openbmc/linux/drivers/pci/ |
H A D | pci.c | 4389 void __iomem *devm_pci_remap_cfgspace(struct device *dev, in devm_pci_remap_cfgspace() function 4408 EXPORT_SYMBOL(devm_pci_remap_cfgspace); 4458 dest_ptr = devm_pci_remap_cfgspace(dev, res->start, size); in devm_pci_remap_cfg_resource()
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1542 void __iomem *devm_pci_remap_cfgspace(struct device *dev,
|