Home
last modified time | relevance | path

Searched refs:va_cfg0_base (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c309 } else if (!pp->va_cfg0_base) { in dw_pcie_host_init()
344 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
345 pp->va_cfg0_base = devm_pci_remap_cfgspace(dev, in dw_pcie_host_init()
347 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
472 return pp->va_cfg0_base + where; in dw_pcie_other_conf_map_bus()
H A Dpcie-al.c231 pci_base_addr = (void __iomem *)((uintptr_t)pp->va_cfg0_base + in al_pcie_conf_addr_map_bus()
H A Dpcie-designware.h183 void __iomem *va_cfg0_base; member
H A Dpci-keystone.c448 return pp->va_cfg0_base + where; in ks_pcie_other_map_bus()
/kernel/linux/linux-6.6/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c418 pp->va_cfg0_base = devm_pci_remap_cfg_resource(dev, res); in dw_pcie_host_init()
419 if (IS_ERR(pp->va_cfg0_base)) in dw_pcie_host_init()
420 return PTR_ERR(pp->va_cfg0_base); in dw_pcie_host_init()
576 return pp->va_cfg0_base + where; in dw_pcie_other_conf_map_bus()
H A Dpcie-al.c236 return pp->va_cfg0_base + PCIE_ECAM_OFFSET(busnr_ecam, devfn, where); in al_pcie_conf_addr_map_bus()
H A Dpcie-designware.h312 void __iomem *va_cfg0_base; member
H A Dpci-keystone.c441 return pp->va_cfg0_base + where; in ks_pcie_other_map_bus()

Completed in 11 milliseconds