Searched refs:control_regs_phys (Results 1 – 1 of 1) sorted by relevance
103 unsigned long control_regs_phys; member695 p->control_regs_phys = reg_res.start; in control_of_init()706 if (!p->control_regs_phys || in control_of_init()707 !request_mem_region(p->control_regs_phys, p->control_regs_size, in control_of_init()709 p->control_regs_phys = 0; in control_of_init()712 p->control_regs = ioremap(p->control_regs_phys, p->control_regs_size); in control_of_init()1038 info->fix.mmio_start = p->control_regs_phys; in control_init_info()1067 if (p->control_regs_phys) in control_cleanup()1068 release_mem_region(p->control_regs_phys, p->control_regs_size); in control_cleanup()