Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-designware.c485 if (!pp->va_cfg1_base) { in dw_pcie_host_init()
486 pp->va_cfg1_base = devm_ioremap(pp->dev, pp->cfg1_base, in dw_pcie_host_init()
488 if (!pp->va_cfg1_base) { in dw_pcie_host_init()
586 va_cfg_base = pp->va_cfg1_base; in dw_pcie_rd_other_conf()
620 va_cfg_base = pp->va_cfg1_base; in dw_pcie_wr_other_conf()
Dpcie-designware.h33 void __iomem *va_cfg1_base; member
Dpci-keystone-dw.c485 pp->va_cfg1_base = pp->va_cfg0_base; in ks_dw_pcie_host_init()