Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/geode/
H A Dsuspend_gx.c103 write_dc(par, i, par->dc[i] & ~(DC_DISPLAY_CFG_VDEN | in gx_restore_display_ctlr()
202 ~(DC_DISPLAY_CFG_VDEN | DC_DISPLAY_CFG_GDEN | in gx_disable_graphics()
H A Ddisplay_gx.c108 dcfg |= DC_DISPLAY_CFG_GDEN | DC_DISPLAY_CFG_VDEN | in gx_set_mode()
H A Dgxfb.h153 #define DC_DISPLAY_CFG_VDEN (1 << 4) macro
H A Dlxfb.h211 #define DC_DISPLAY_CFG_VDEN (1 << 4) macro
H A Dlxfb_ops.c437 dcfg = DC_DISPLAY_CFG_VDEN; /* Enable video data */ in lx_set_mode()