Searched refs:VP_VCFG (Results 1 – 4 of 4) sorted by relevance
/drivers/video/fbdev/geode/ |
D | suspend_gx.c | 142 case VP_VCFG: in gx_restore_video_proc() 190 write_vp(par, VP_VCFG, par->vp[VP_VCFG] & ~VP_VCFG_VID_EN); in gx_disable_graphics() 225 write_vp(par, VP_VCFG, par->vp[VP_VCFG]); in gx_enable_graphics()
|
D | lxfb_ops.c | 197 val = read_vp(par, VP_VCFG) & ~VP_VCFG_VID_EN; in lx_graphics_disable() 198 write_vp(par, VP_VCFG, val); in lx_graphics_disable() 738 case VP_VCFG: in lx_restore_video_proc() 804 write_vp(par, VP_VCFG, par->vp[VP_VCFG]); in lx_restore_regs()
|
D | gxfb.h | 170 VP_VCFG = 0, enumerator
|
D | lxfb.h | 251 VP_VCFG = 0, enumerator
|