Home
last modified time | relevance | path

Searched refs:SM501_DC_PANEL_CONTROL_EN (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dsm501-regs.h228 #define SM501_DC_PANEL_CONTROL_EN (1<<2) macro
/linux-3.4.99/drivers/video/
Dsm501fb.c872 control |= SM501_DC_PANEL_CONTROL_EN; /* enable PANEL gfx plane */ in sm501fb_set_par_pnl()
1695 enable = (ctrl & SM501_DC_PANEL_CONTROL_EN) ? 1 : 0; in sm501fb_init_fb()