Searched refs:control_regs_phys (Results 1 – 1 of 1) sorted by relevance
121 unsigned long control_regs_phys; member784 info->fix.mmio_start = p->control_regs_phys; in control_init_info()922 if (p->control_regs_phys) in control_cleanup()923 release_mem_region(p->control_regs_phys, p->control_regs_size); in control_cleanup()957 p->control_regs_phys = reg_res.start; in control_of_init()968 if (!p->control_regs_phys || in control_of_init()969 !request_mem_region(p->control_regs_phys, p->control_regs_size, in control_of_init()971 p->control_regs_phys = 0; in control_of_init()974 p->control_regs = ioremap(p->control_regs_phys, p->control_regs_size); in control_of_init()
Completed in 6 milliseconds