Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Dvideo_gx.c282 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()
H A Dsuspend_gx.c149 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()
H A Dlxfb_ops.c218 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()
H A Dgxfb.h239 #define VP_DCFG_CRT_EN (1 << 0) macro
H A Dlxfb.h326 #define VP_DCFG_CRT_EN (1 << 0) macro