Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape.c160 pcie->cfg_res.start + offset, in ls_pcie_setup_atu()
162 fdt_resource_size(&pcie->cfg_res) / 2); in ls_pcie_setup_atu()
166 pcie->cfg_res.start + offset + in ls_pcie_setup_atu()
167 fdt_resource_size(&pcie->cfg_res) / 2, in ls_pcie_setup_atu()
169 fdt_resource_size(&pcie->cfg_res) / 2); in ls_pcie_setup_atu()
363 pcie->cfg_res.start, in ls_pcie_ep_setup_atu()
494 "config", &pcie->cfg_res); in ls_pcie_probe()
509 cfg_size = fdt_resource_size(&pcie->cfg_res); in ls_pcie_probe()
510 pcie->cfg_res.start = LS2088A_PCIE1_PHYS_ADDR + in ls_pcie_probe()
512 pcie->cfg_res.end = pcie->cfg_res.start + cfg_size; in ls_pcie_probe()
[all …]
H A Dpcie_layerscape.h138 struct fdt_resource cfg_res; member
/openbmc/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()
/openbmc/linux/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c435 struct resource *cfg_res = rc->cfg_res; in cdns_pcie_host_init_address_translation() local
437 u64 cpu_addr = cfg_res->start; in cdns_pcie_host_init_address_translation()
557 rc->cfg_res = res; in cdns_pcie_host_setup()
H A Dpcie-cadence.h325 struct resource *cfg_res; member
/openbmc/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()