Home
last modified time | relevance | path

Searched refs:cfg_res (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/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 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/pci/controller/dwc/
H A Dpcie-designware-host.c300 struct resource *cfg_res; in dw_pcie_host_init() local
305 cfg_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "config"); in dw_pcie_host_init()
306 if (cfg_res) { in dw_pcie_host_init()
307 pp->cfg0_size = resource_size(cfg_res); in dw_pcie_host_init()
308 pp->cfg0_base = cfg_res->start; in dw_pcie_host_init()
/kernel/linux/linux-5.10/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c427 struct resource *cfg_res = rc->cfg_res; in cdns_pcie_host_init_address_translation() local
429 u64 cpu_addr = cfg_res->start; in cdns_pcie_host_init_address_translation()
526 rc->cfg_res = res; in cdns_pcie_host_setup()
H A Dpcie-cadence.h293 * @cfg_res: start/end offsets in the physical system memory to map PCI
306 struct resource *cfg_res; member
/kernel/linux/linux-6.6/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()
534 rc->cfg_res = res; in cdns_pcie_host_setup()
H A Dpcie-cadence.h312 * @cfg_res: start/end offsets in the physical system memory to map PCI
325 struct resource *cfg_res; member
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dpci.c704 struct resource cfg_res, self_res; in setup_u3_ht() local
711 if (of_address_to_resource(np, 0, &cfg_res) || in setup_u3_ht()
720 hose->cfg_data = ioremap(cfg_res.start, 0x02000000); in setup_u3_ht()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds