Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-designware-host.c515 void __iomem *va_cfg_base; in dw_pcie_rd_other_conf() local
528 va_cfg_base = pp->va_cfg0_base; in dw_pcie_rd_other_conf()
533 va_cfg_base = pp->va_cfg1_base; in dw_pcie_rd_other_conf()
539 ret = dw_pcie_read(va_cfg_base + where, size, val); in dw_pcie_rd_other_conf()
554 void __iomem *va_cfg_base; in dw_pcie_wr_other_conf() local
567 va_cfg_base = pp->va_cfg0_base; in dw_pcie_wr_other_conf()
572 va_cfg_base = pp->va_cfg1_base; in dw_pcie_wr_other_conf()
578 ret = dw_pcie_write(va_cfg_base + where, size, val); in dw_pcie_wr_other_conf()