Searched refs:VP_DCFG (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/video/fbdev/geode/ |
H A D | video_gx.c | 221 fp = read_vp(par, VP_DCFG); in gx_configure_tft() 223 write_vp(par, VP_DCFG, fp); in gx_configure_tft() 238 dcfg = read_vp(par, VP_DCFG); in gx_configure_display() 242 write_vp(par, VP_DCFG, dcfg); in gx_configure_display() 286 write_vp(par, VP_DCFG, dcfg); in gx_configure_display() 320 dcfg = read_vp(par, VP_DCFG); in gx_blank_display() 331 write_vp(par, VP_DCFG, dcfg); in gx_blank_display()
|
H A D | suspend_gx.c | 145 case VP_DCFG: in gx_restore_video_proc() 189 write_vp(par, VP_DCFG, par->vp[VP_DCFG] & ~(VP_DCFG_DAC_BL_EN | in gx_disable_graphics() 224 write_vp(par, VP_DCFG, par->vp[VP_DCFG]); in gx_enable_graphics()
|
H A D | lxfb_ops.c | 217 val = read_vp(par, VP_DCFG); in lx_graphics_disable() 218 write_vp(par, VP_DCFG, val & ~(VP_DCFG_CRT_EN | VP_DCFG_HSYNC_EN | in lx_graphics_disable() 255 config = read_vp(par, VP_DCFG); in lx_graphics_enable() 295 write_vp(par, VP_DCFG, config); in lx_graphics_enable() 548 dcfg = read_vp(par, VP_DCFG); in lx_blank_display() 558 write_vp(par, VP_DCFG, dcfg); in lx_blank_display() 738 case VP_DCFG: in lx_restore_video_proc() 804 write_vp(par, VP_DCFG, par->vp[VP_DCFG]); in lx_restore_regs()
|
H A D | gxfb.h | 166 VP_DCFG, enumerator
|
H A D | lxfb.h | 247 VP_DCFG, enumerator
|