Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pci/host/
Dpcie-designware.c364 pp->cfg0_size = resource_size(cfg_res)/2; in dw_pcie_host_init()
367 pp->cfg1_base = cfg_res->start + pp->cfg0_size; in dw_pcie_host_init()
373 pp->cfg1_mod_base = pp->cfg0_mod_base + pp->cfg0_size; in dw_pcie_host_init()
417 pp->cfg0_size = resource_size(&pp->cfg)/2; in dw_pcie_host_init()
420 pp->cfg1_base = pp->cfg.start + pp->cfg0_size; in dw_pcie_host_init()
426 pp->cfg0_size; in dw_pcie_host_init()
453 pp->cfg0_size); in dw_pcie_host_init()
525 dw_pcie_writel_rc(pp, pp->cfg0_mod_base + pp->cfg0_size - 1, in dw_pcie_prog_viewport_cfg0()
Dpcie-designware.h32 u32 cfg0_size; member