Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Dsa1100fb.c612 struct sa1100fb_lcd_reg new_regs; in sa1100fb_activate_var() local
652 new_regs.lccr0 = fbi->inf->lccr0 | in sa1100fb_activate_var()
656 new_regs.lccr1 = in sa1100fb_activate_var()
670 new_regs.lccr2 = in sa1100fb_activate_var()
677 new_regs.lccr3 = LCCR3_PixClkDiv(pcd) | fbi->inf->lccr3 | in sa1100fb_activate_var()
681 dev_dbg(fbi->dev, "nlccr0 = 0x%08lx\n", new_regs.lccr0); in sa1100fb_activate_var()
682 dev_dbg(fbi->dev, "nlccr1 = 0x%08lx\n", new_regs.lccr1); in sa1100fb_activate_var()
683 dev_dbg(fbi->dev, "nlccr2 = 0x%08lx\n", new_regs.lccr2); in sa1100fb_activate_var()
684 dev_dbg(fbi->dev, "nlccr3 = 0x%08lx\n", new_regs.lccr3); in sa1100fb_activate_var()
694 fbi->reg_lccr0 = new_regs.lccr0; in sa1100fb_activate_var()
[all …]
/drivers/gpu/drm/vc4/
Dvc4_hdmi.c1553 struct debugfs_reg32 *regs, *new_regs; in vc4_hdmi_build_regset() local
1573 new_regs = krealloc(regs, count * sizeof(*regs), GFP_KERNEL); in vc4_hdmi_build_regset()
1574 if (!new_regs) in vc4_hdmi_build_regset()
1578 regset->regs = new_regs; in vc4_hdmi_build_regset()