Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/controller/dwc/
Dpcie-designware-host.c358 } else if (!pp->va_cfg0_base) { in dw_pcie_host_init()
423 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
424 pp->va_cfg0_base = devm_pci_remap_cfgspace(dev, in dw_pcie_host_init()
426 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
539 va_cfg_base = pp->va_cfg0_base; in dw_pcie_rd_other_conf()
578 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