Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/geode/
H A Ddisplay_gx.c78 gcfg &= ~(DC_GENERAL_CFG_DFLE | DC_GENERAL_CFG_CMPE | in gx_set_mode()
96 (5 << DC_GENERAL_CFG_DFHPSL_SHIFT) | DC_GENERAL_CFG_DFLE; in gx_set_mode()
H A Dsuspend_gx.c98 DC_GENERAL_CFG_DFLE)); in gx_restore_display_ctlr()
200 DC_GENERAL_CFG_CURE | DC_GENERAL_CFG_DFLE)); in gx_disable_graphics()
H A Dgxfb.h145 #define DC_GENERAL_CFG_DFLE (1 << 0) macro
H A Dlxfb.h202 #define DC_GENERAL_CFG_DFLE (1 << 0) macro
H A Dlxfb_ops.c235 gcfg &= ~DC_GENERAL_CFG_DFLE; in lx_graphics_disable()
432 gcfg = DC_GENERAL_CFG_DFLE; /* Display fifo enable */ in lx_set_mode()