Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/
Dcontrolfb.c103 unsigned long control_regs_phys; member
695 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()