Home
last modified time | relevance | path

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

/drivers/pci/controller/
Dpci-rcar-gen2.c100 struct resource *cfg_res; member
257 val = priv->cfg_res->start + RCAR_AHBPCI_PCICOM_OFFSET; in rcar_pci_setup()
281 struct resource *cfg_res, *mem_res; in rcar_pci_probe() local
293 cfg_res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in rcar_pci_probe()
294 reg = devm_ioremap_resource(dev, cfg_res); in rcar_pci_probe()
306 priv->cfg_res = cfg_res; in rcar_pci_probe()
/drivers/pci/controller/dwc/
Dpcie-designware-host.c301 struct resource *cfg_res; in dw_pcie_host_init() local
306 cfg_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "config"); in dw_pcie_host_init()
307 if (cfg_res) { in dw_pcie_host_init()
308 pp->cfg0_size = resource_size(cfg_res); in dw_pcie_host_init()
309 pp->cfg0_base = cfg_res->start; in dw_pcie_host_init()
/drivers/pci/controller/cadence/
Dpcie-cadence-host.c426 struct resource *cfg_res = rc->cfg_res; in cdns_pcie_host_init_address_translation() local
428 u64 cpu_addr = cfg_res->start; in cdns_pcie_host_init_address_translation()
525 rc->cfg_res = res; in cdns_pcie_host_setup()
Dpcie-cadence.h306 struct resource *cfg_res; member