Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/controller/dwc/
Dpcie-designware-host.c354 pp->cfg0_size = resource_size(cfg_res) >> 1; in dw_pcie_host_init()
357 pp->cfg1_base = cfg_res->start + pp->cfg0_size; in dw_pcie_host_init()
400 pp->cfg0_size = resource_size(pp->cfg) >> 1; in dw_pcie_host_init()
403 pp->cfg1_base = pp->cfg->start + pp->cfg0_size; in dw_pcie_host_init()
425 pp->cfg0_base, pp->cfg0_size); in dw_pcie_host_init()
538 cfg_size = pp->cfg0_size; in dw_pcie_rd_other_conf()
577 cfg_size = pp->cfg0_size; in dw_pcie_wr_other_conf()
Dpcie-designware.h147 u32 cfg0_size; member