Searched refs:cfg_res (Results 1 – 4 of 4) sorted by relevance
| /drivers/pci/controller/ |
| 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 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()
|
| /drivers/pci/controller/plda/ |
| A D | pcie-plda-host.c | 578 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() 612 plda_pcie_setup_window(port->bridge_addr, 0, cfg_res->start, 0, in plda_pcie_host_init() 613 resource_size(cfg_res)); in plda_pcie_host_init()
|
| /drivers/pci/controller/cadence/ |
| A D | pcie-cadence-host.c | 514 struct resource *cfg_res = rc->cfg_res; in cdns_pcie_host_init_address_translation() local 516 u64 cpu_addr = cfg_res->start; in cdns_pcie_host_init_address_translation() 665 rc->cfg_res = res; in cdns_pcie_host_setup()
|
| A D | pcie-cadence.h | 299 struct resource *cfg_res; member
|
Completed in 17 milliseconds