Searched refs:va_cfg0_base (Results 1 – 4 of 4) sorted by relevance
337 } else if (!pp->va_cfg0_base) { in dw_pcie_host_init()402 if (!pp->va_cfg0_base) { in dw_pcie_host_init()403 pp->va_cfg0_base = devm_pci_remap_cfgspace(dev, in dw_pcie_host_init()405 if (!pp->va_cfg0_base) { in dw_pcie_host_init()543 va_cfg_base = pp->va_cfg0_base; in dw_pcie_access_other_conf()
447 return dw_pcie_read(pp->va_cfg0_base + where, size, val); in ks_pcie_rd_other_conf()464 return dw_pcie_write(pp->va_cfg0_base + where, size, val); in ks_pcie_wr_other_conf()874 pp->va_cfg0_base = devm_pci_remap_cfg_resource(dev, res); in ks_pcie_add_pcie_port()875 if (IS_ERR(pp->va_cfg0_base)) in ks_pcie_add_pcie_port()876 return PTR_ERR(pp->va_cfg0_base); in ks_pcie_add_pcie_port()878 pp->va_cfg1_base = pp->va_cfg0_base; in ks_pcie_add_pcie_port()
235 pci_base_addr = (void __iomem *)((uintptr_t)pp->va_cfg0_base + in al_pcie_conf_addr_map()
168 void __iomem *va_cfg0_base; member