Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsm501-regs.h305 #define SM501_DC_CRT_CONTROL_ENABLE (1<<2) macro
/linux-2.6.39/drivers/video/
Dsm501fb.c704 control |= SM501_DC_CRT_CONTROL_ENABLE; /* enable CRT plane */ in sm501fb_set_par_crt()
1009 ctrl &= ~SM501_DC_CRT_CONTROL_ENABLE; in sm501fb_blank_crt()
1018 ctrl |= SM501_DC_CRT_CONTROL_ENABLE; in sm501fb_blank_crt()
1203 ctrl |= SM501_DC_CRT_CONTROL_ENABLE; in sm501fb_crtsrc_store()
1207 ctrl &= ~SM501_DC_CRT_CONTROL_ENABLE; in sm501fb_crtsrc_store()
1682 enable = (ctrl & SM501_DC_CRT_CONTROL_ENABLE) ? 1 : 0; in sm501fb_init_fb()