Searched refs:VP_VCFG (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/video/fbdev/geode/ |
A D | suspend_gx.c | 140 case VP_VCFG: in gx_restore_video_proc() 188 write_vp(par, VP_VCFG, par->vp[VP_VCFG] & ~VP_VCFG_VID_EN); in gx_disable_graphics() 223 write_vp(par, VP_VCFG, par->vp[VP_VCFG]); in gx_enable_graphics()
|
A 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() 737 case VP_VCFG: in lx_restore_video_proc() 803 write_vp(par, VP_VCFG, par->vp[VP_VCFG]); in lx_restore_regs()
|
A D | gxfb.h | 165 VP_VCFG = 0, enumerator
|
A D | lxfb.h | 246 VP_VCFG = 0, enumerator
|
Completed in 8 milliseconds