Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-designware.c572 void __iomem *va_cfg_base; in dw_pcie_rd_other_conf() local
581 va_cfg_base = pp->va_cfg0_base; in dw_pcie_rd_other_conf()
586 va_cfg_base = pp->va_cfg1_base; in dw_pcie_rd_other_conf()
592 ret = dw_pcie_cfg_read(va_cfg_base + where, size, val); in dw_pcie_rd_other_conf()
606 void __iomem *va_cfg_base; in dw_pcie_wr_other_conf() local
615 va_cfg_base = pp->va_cfg0_base; in dw_pcie_wr_other_conf()
620 va_cfg_base = pp->va_cfg1_base; in dw_pcie_wr_other_conf()
626 ret = dw_pcie_cfg_write(va_cfg_base + where, size, val); in dw_pcie_wr_other_conf()