Searched refs:cfg_res (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pcie_layerscape.c | 161 pcie->cfg_res.start + offset, in ls_pcie_setup_atu() 163 fdt_resource_size(&pcie->cfg_res) / 2); in ls_pcie_setup_atu() 167 pcie->cfg_res.start + offset + in ls_pcie_setup_atu() 168 fdt_resource_size(&pcie->cfg_res) / 2, in ls_pcie_setup_atu() 170 fdt_resource_size(&pcie->cfg_res) / 2); in ls_pcie_setup_atu() 395 pcie->cfg_res.start, in ls_pcie_ep_setup_atu() 528 "config", &pcie->cfg_res); in ls_pcie_probe() 543 cfg_size = fdt_resource_size(&pcie->cfg_res); in ls_pcie_probe() 544 pcie->cfg_res.start = LS2088A_PCIE1_PHYS_ADDR + in ls_pcie_probe() 546 pcie->cfg_res.end = pcie->cfg_res.start + cfg_size; in ls_pcie_probe() [all …]
|
| H A D | pcie_layerscape.h | 139 struct fdt_resource cfg_res; member
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | pci-rcar-gen2.c | 100 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()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-host.c | 301 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()
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/ |
| H A D | pcie-cadence-host.c | 399 struct resource *cfg_res = rc->cfg_res; in cdns_pcie_host_init_address_translation() local 401 u64 cpu_addr = cfg_res->start; in cdns_pcie_host_init_address_translation() 498 rc->cfg_res = res; in cdns_pcie_host_setup()
|
| H A D | pcie-cadence.h | 306 struct resource *cfg_res; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/ |
| H A D | pci.c | 704 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()
|