Searched refs:VP_DCFG_CRT_EN (Results 1 – 5 of 5) sorted by relevance
282 dcfg |= VP_DCFG_CRT_EN | VP_DCFG_DAC_BL_EN; in gx_configure_display()322 VP_DCFG_CRT_EN); in gx_blank_display()330 dcfg |= VP_DCFG_CRT_EN; in gx_blank_display()
149 VP_DCFG_HSYNC_EN | VP_DCFG_CRT_EN)); in gx_restore_video_proc()190 VP_DCFG_VSYNC_EN | VP_DCFG_HSYNC_EN | VP_DCFG_CRT_EN)); in gx_disable_graphics()
218 write_vp(par, VP_DCFG, val & ~(VP_DCFG_CRT_EN | VP_DCFG_HSYNC_EN | in lx_graphics_disable()291 config |= VP_DCFG_CRT_EN | VP_DCFG_HSYNC_EN | in lx_graphics_enable()550 VP_DCFG_CRT_EN); in lx_blank_display()552 dcfg |= VP_DCFG_DAC_BL_EN | VP_DCFG_CRT_EN; in lx_blank_display()
239 #define VP_DCFG_CRT_EN (1 << 0) macro
326 #define VP_DCFG_CRT_EN (1 << 0) macro
Completed in 8 milliseconds