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
1012 static int cpc_read(int cpu, struct cpc_register_resource *reg_res, u64 *val) in cpc_read() argument1017 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_read()1019 if (reg_res->type == ACPI_TYPE_INTEGER) { in cpc_read()1020 *val = reg_res->cpc_entry.int_value; in cpc_read()1052 vaddr = reg_res->sys_mem_vaddr; in cpc_read()1089 static int cpc_write(int cpu, struct cpc_register_resource *reg_res, u64 val) in cpc_write() argument1096 struct cpc_reg *reg = ®_res->cpc_entry.reg; in cpc_write()1125 vaddr = reg_res->sys_mem_vaddr; in cpc_write()
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()