Home
last modified time | relevance | path

Searched refs:VP_DCFG_CRT_EN (Results 1 – 5 of 5) sorted by relevance

/drivers/video/geode/
Dvideo_gx.c286 dcfg |= VP_DCFG_CRT_EN | VP_DCFG_DAC_BL_EN; in gx_configure_display()
326 VP_DCFG_CRT_EN); in gx_blank_display()
334 dcfg |= VP_DCFG_CRT_EN; in gx_blank_display()
Dsuspend_gx.c155 VP_DCFG_HSYNC_EN | VP_DCFG_CRT_EN)); in gx_restore_video_proc()
196 VP_DCFG_VSYNC_EN | VP_DCFG_HSYNC_EN | VP_DCFG_CRT_EN)); in gx_disable_graphics()
Dlxfb_ops.c222 write_vp(par, VP_DCFG, val & ~(VP_DCFG_CRT_EN | VP_DCFG_HSYNC_EN | in lx_graphics_disable()
295 config |= VP_DCFG_CRT_EN | VP_DCFG_HSYNC_EN | in lx_graphics_enable()
554 VP_DCFG_CRT_EN); in lx_blank_display()
556 dcfg |= VP_DCFG_DAC_BL_EN | VP_DCFG_CRT_EN; in lx_blank_display()
Dgxfb.h248 #define VP_DCFG_CRT_EN (1 << 0) macro
Dlxfb.h335 #define VP_DCFG_CRT_EN (1 << 0) macro