Searched refs:VP_DCFG_CRT_EN (Results 1 – 5 of 5) sorted by relevance
286 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()
155 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()
222 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()
248 #define VP_DCFG_CRT_EN (1 << 0) macro
335 #define VP_DCFG_CRT_EN (1 << 0) macro