Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dcontrolfb.c121 unsigned long control_regs_phys; member
785 info->fix.mmio_start = p->control_regs_phys; in control_init_info()
923 if (p->control_regs_phys) in control_cleanup()
924 release_mem_region(p->control_regs_phys, p->control_regs_size); in control_cleanup()
958 p->control_regs_phys = reg_res.start; in control_of_init()
969 if (!p->control_regs_phys || in control_of_init()
970 !request_mem_region(p->control_regs_phys, p->control_regs_size, in control_of_init()
972 p->control_regs_phys = 0; in control_of_init()
975 p->control_regs = ioremap(p->control_regs_phys, p->control_regs_size); in control_of_init()