Home
last modified time | relevance | path

Searched refs:va_cfg0_base (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-designware-host.c345 } else if (!pp->va_cfg0_base) { in dw_pcie_host_init()
411 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
412 pp->va_cfg0_base = devm_pci_remap_cfgspace(dev, in dw_pcie_host_init()
414 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
528 va_cfg_base = pp->va_cfg0_base; in dw_pcie_rd_other_conf()
567 va_cfg_base = pp->va_cfg0_base; in dw_pcie_wr_other_conf()
Dpci-keystone-dw.c355 return pp->va_cfg0_base; in ks_pcie_cfg_setup()
461 pp->va_cfg0_base = pci->dbi_base + SPACE0_REMOTE_CFG_OFFSET; in ks_dw_pcie_host_init()
462 pp->va_cfg1_base = pp->va_cfg0_base; in ks_dw_pcie_host_init()
Dpcie-designware.h146 void __iomem *va_cfg0_base; member