Searched refs:DC_DISPLAY_CFG (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/video/fbdev/geode/ |
H A D | suspend_gx.c | 101 case DC_DISPLAY_CFG: in gx_restore_display_ctlr() 201 write_dc(par, DC_DISPLAY_CFG, par->dc[DC_DISPLAY_CFG] & in gx_disable_graphics() 225 write_dc(par, DC_DISPLAY_CFG, par->dc[DC_DISPLAY_CFG]); in gx_enable_graphics()
|
H A D | display_gx.c | 68 dcfg = read_dc(par, DC_DISPLAY_CFG); in gx_set_mode() 72 write_dc(par, DC_DISPLAY_CFG, dcfg); in gx_set_mode() 158 write_dc(par, DC_DISPLAY_CFG, dcfg); in gx_set_mode()
|
H A D | lxfb_ops.c | 226 val = read_dc(par, DC_DISPLAY_CFG); in lx_graphics_disable() 228 write_dc(par, DC_DISPLAY_CFG, val); in lx_graphics_disable() 497 write_dc(par, DC_DISPLAY_CFG, dcfg); in lx_set_mode() 677 case DC_DISPLAY_CFG: in lx_restore_display_ctlr() 805 write_dc(par, DC_DISPLAY_CFG, par->dc[DC_DISPLAY_CFG]); in lx_restore_regs()
|
H A D | gxfb.h | 89 DC_DISPLAY_CFG, enumerator
|
H A D | lxfb.h | 118 DC_DISPLAY_CFG, enumerator
|