Home
last modified time | relevance | path

Searched refs:control_regs_phys (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dcontrolfb.c131 unsigned long control_regs_phys; member
795 info->fix.mmio_start = p->control_regs_phys; in control_init_info()
933 if (p->control_regs_phys) in control_cleanup()
934 release_mem_region(p->control_regs_phys, p->control_regs_size); in control_cleanup()
968 p->control_regs_phys = reg_res.start; in control_of_init()
979 if (!p->control_regs_phys || in control_of_init()
980 !request_mem_region(p->control_regs_phys, p->control_regs_size, in control_of_init()
982 p->control_regs_phys = 0; in control_of_init()
985 p->control_regs = ioremap(p->control_regs_phys, p->control_regs_size); in control_of_init()