Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Ddisplay_gx.c71 dcfg &= ~DC_DISPLAY_CFG_TGEN; in gx_set_mode()
126 dcfg |= DC_DISPLAY_CFG_TGEN; in gx_set_mode()
H A Dsuspend_gx.c105 DC_DISPLAY_CFG_TGEN)); in gx_restore_display_ctlr()
203 DC_DISPLAY_CFG_TGEN)); in gx_disable_graphics()
H A Dgxfb.h155 #define DC_DISPLAY_CFG_TGEN (1 << 0) macro
H A Dlxfb.h213 #define DC_DISPLAY_CFG_TGEN (1 << 0) macro
H A Dlxfb_ops.c227 val &= ~DC_DISPLAY_CFG_TGEN; in lx_graphics_disable()
439 dcfg |= DC_DISPLAY_CFG_TGEN; /* Turn on the timing generator */ in lx_set_mode()