Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A 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 reg = devm_platform_get_and_ioremap_resource(pdev, 0, &cfg_res); in rcar_pci_probe()
305 priv->cfg_res = cfg_res; in rcar_pci_probe()
/linux/drivers/pci/controller/cadence/
H A Dpci-sky1.c43 struct resource *cfg_res; member
69 pcie->cfg_res = res; in sky1_pcie_resource_get()
160 pcie->cfg = pci_ecam_create(dev, pcie->cfg_res, bus->res, in sky1_pcie_probe()
169 rc->cfg_res = &pcie->cfg->res; in sky1_pcie_probe()
H A Dpcie-cadence-host-hpa.c192 struct resource *cfg_res = rc->cfg_res; in cdns_pcie_hpa_create_region_for_cfg() local
194 u64 cpu_addr = cfg_res->start; in cdns_pcie_hpa_create_region_for_cfg()
343 rc->cfg_res = res; in cdns_pcie_hpa_host_setup()
H A Dpcie-cadence-host.c252 struct resource *cfg_res = rc->cfg_res; in cdns_pcie_host_init_address_translation() local
254 u64 cpu_addr = cfg_res->start; in cdns_pcie_host_init_address_translation()
403 rc->cfg_res = res; in cdns_pcie_host_setup()
H A Dpcie-cadence.h121 struct resource *cfg_res; member
/linux/drivers/pci/controller/plda/
H A Dpcie-plda-host.c578 struct resource *cfg_res; in plda_pcie_host_init() local
590 cfg_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "cfg"); in plda_pcie_host_init()
591 if (!cfg_res) in plda_pcie_host_init()
595 port->config_base = devm_ioremap_resource(dev, cfg_res); in plda_pcie_host_init()
611 plda_pcie_setup_window(port->bridge_addr, 0, cfg_res->start, 0, in plda_pcie_host_init()
612 resource_size(cfg_res)); in plda_pcie_host_init()
/linux/arch/powerpc/platforms/powermac/
H A Dpci.c705 struct resource cfg_res, self_res; in setup_u3_ht() local
712 if (of_address_to_resource(np, 0, &cfg_res) || in setup_u3_ht()
721 hose->cfg_data = ioremap(cfg_res.start, 0x02000000); in setup_u3_ht()