Searched refs:control_regs_phys (Results 1 – 1 of 1) sorted by relevance
105 unsigned long control_regs_phys; member709 p->control_regs_phys = reg_res.start; in control_of_init()721 if (!p->control_regs_phys || in control_of_init()722 !request_mem_region(p->control_regs_phys, p->control_regs_size, in control_of_init()724 p->control_regs_phys = 0; in control_of_init()727 p->control_regs = ioremap(p->control_regs_phys, p->control_regs_size); in control_of_init()1053 info->fix.mmio_start = p->control_regs_phys; in control_init_info()1082 if (p->control_regs_phys) in control_cleanup()1083 release_mem_region(p->control_regs_phys, p->control_regs_size); in control_cleanup()