Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-designware.c420 pp->cfg1_base = cfg_res->start + pp->cfg0_size; in dw_pcie_host_init()
455 pp->cfg1_base = pp->cfg->start + pp->cfg0_size; in dw_pcie_host_init()
486 pp->va_cfg1_base = devm_ioremap(pp->dev, pp->cfg1_base, in dw_pcie_host_init()
584 cpu_addr = pp->cfg1_base; in dw_pcie_rd_other_conf()
618 cpu_addr = pp->cfg1_base; in dw_pcie_wr_other_conf()
Dpcie-designware.h32 u64 cfg1_base; member
Dpci-dra7xx.c159 pp->cfg1_base &= DRA7XX_CPU_TO_BUS_ADDR; in dra7xx_pcie_host_init()