Searched refs:cfg_res (Results 1 – 2 of 2) sorted by relevance
100 struct resource *cfg_res; member257 val = priv->cfg_res->start + RCAR_AHBPCI_PCICOM_OFFSET; in rcar_pci_setup()281 struct resource *cfg_res, *mem_res; in rcar_pci_probe() local293 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()
705 struct resource cfg_res, self_res; in setup_u3_ht() local712 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()