Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/host/
Dpcie-designware.c417 pp->cfg0_size = resource_size(cfg_res)/2; in dw_pcie_host_init()
420 pp->cfg1_base = cfg_res->start + pp->cfg0_size; in dw_pcie_host_init()
452 pp->cfg0_size = resource_size(pp->cfg)/2; in dw_pcie_host_init()
455 pp->cfg1_base = pp->cfg->start + pp->cfg0_size; in dw_pcie_host_init()
478 pp->cfg0_size); in dw_pcie_host_init()
580 cfg_size = pp->cfg0_size; in dw_pcie_rd_other_conf()
614 cfg_size = pp->cfg0_size; in dw_pcie_wr_other_conf()
Dpcie-designware.h31 u32 cfg0_size; member