Searched refs:VP_VCFG (Results 1 – 4 of 4) sorted by relevance
/drivers/video/geode/ |
D | suspend_gx.c | 146 case VP_VCFG: in gx_restore_video_proc() 194 write_vp(par, VP_VCFG, par->vp[VP_VCFG] & ~VP_VCFG_VID_EN); in gx_disable_graphics() 229 write_vp(par, VP_VCFG, par->vp[VP_VCFG]); in gx_enable_graphics()
|
D | lxfb_ops.c | 201 val = read_vp(par, VP_VCFG) & ~VP_VCFG_VID_EN; in lx_graphics_disable() 202 write_vp(par, VP_VCFG, val); in lx_graphics_disable() 742 case VP_VCFG: in lx_restore_video_proc() 808 write_vp(par, VP_VCFG, par->vp[VP_VCFG]); in lx_restore_regs()
|
D | gxfb.h | 174 VP_VCFG = 0, enumerator
|
D | lxfb.h | 255 VP_VCFG = 0, enumerator
|