Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-designware.c421 } else if (!pp->va_cfg0_base) { in dw_pcie_host_init()
476 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
477 pp->va_cfg0_base = devm_ioremap(pp->dev, pp->cfg0_base, in dw_pcie_host_init()
479 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
581 va_cfg_base = pp->va_cfg0_base; in dw_pcie_rd_other_conf()
615 va_cfg_base = pp->va_cfg0_base; in dw_pcie_wr_other_conf()
Dpci-keystone-dw.c384 return pp->va_cfg0_base; in ks_pcie_cfg_setup()
484 pp->va_cfg0_base = pp->dbi_base + SPACE0_REMOTE_CFG_OFFSET; in ks_dw_pcie_host_init()
485 pp->va_cfg1_base = pp->va_cfg0_base; in ks_dw_pcie_host_init()
Dpcie-designware.h30 void __iomem *va_cfg0_base; member