Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/host/
Dpci-keystone-dw.c394 return pp->va_cfg0_base; in ks_pcie_cfg_setup()
494 pp->va_cfg0_base = pp->dbi_base + SPACE0_REMOTE_CFG_OFFSET; in ks_dw_pcie_host_init()
495 pp->va_cfg1_base = pp->va_cfg0_base; in ks_dw_pcie_host_init()
Dpcie-designware.c451 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
452 pp->va_cfg0_base = devm_ioremap(pp->dev, pp->cfg0_base, in dw_pcie_host_init()
454 if (!pp->va_cfg0_base) { in dw_pcie_host_init()
592 ret = dw_pcie_cfg_read(pp->va_cfg0_base + address, where, size, in dw_pcie_rd_other_conf()
617 ret = dw_pcie_cfg_write(pp->va_cfg0_base + address, where, size, in dw_pcie_wr_other_conf()
Dpcie-designware.h31 void __iomem *va_cfg0_base; member