Searched refs:reg_res (Results 1 – 5 of 5) sorted by relevance
360 skt->reg_res = res; in bcm63xx_drv_pcmcia_probe()434 if (skt->reg_res) in bcm63xx_drv_pcmcia_probe()435 release_mem_region(skt->reg_res->start, regmem_size); in bcm63xx_drv_pcmcia_probe()449 res = skt->reg_res; in bcm63xx_drv_pcmcia_remove()
32 struct resource *reg_res; member
379 void __iomem *reg_map, struct resource *reg_res) in set_tbipa() argument398 if ((void *)tbipa > reg_map + resource_size(reg_res) - 4) in set_tbipa()
935 struct resource fb_res, reg_res; in control_of_init() local943 of_pci_address_to_resource(dp, 1, ®_res)) { in control_of_init()957 p->control_regs_phys = reg_res.start; in control_of_init()958 p->control_regs_size = resource_size(®_res); in control_of_init()
272 const struct qcom_mss_reg_res *reg_res) in q6v5_regulator_init() argument276 if (!reg_res) in q6v5_regulator_init()279 for (i = 0; reg_res[i].supply; i++) { in q6v5_regulator_init()280 regs[i].reg = devm_regulator_get(dev, reg_res[i].supply); in q6v5_regulator_init()284 reg_res[i].supply); in q6v5_regulator_init()286 regs[i].uV = reg_res[i].uV; in q6v5_regulator_init()287 regs[i].uA = reg_res[i].uA; in q6v5_regulator_init()