Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/controller/dwc/
Dpcie-designware-host.c432 if (!pp->va_cfg1_base) { in dw_pcie_host_init()
433 pp->va_cfg1_base = devm_pci_remap_cfgspace(dev, in dw_pcie_host_init()
436 if (!pp->va_cfg1_base) { in dw_pcie_host_init()
544 va_cfg_base = pp->va_cfg1_base; in dw_pcie_rd_other_conf()
583 va_cfg_base = pp->va_cfg1_base; in dw_pcie_wr_other_conf()
Dpcie-designware.h149 void __iomem *va_cfg1_base; member
Dpci-keystone-dw.c462 pp->va_cfg1_base = pp->va_cfg0_base; in ks_dw_pcie_host_init()