Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/
Dsm501fb.c652 SM501_DC_CRT_CONTROL_SEL | in sm501fb_set_par_crt()
664 if ((control & SM501_DC_CRT_CONTROL_SEL) == 0) { in sm501fb_set_par_crt()
702 control |= SM501_DC_CRT_CONTROL_SEL; /* CRT displays CRT data */ in sm501fb_set_par_crt()
1169 ctrl &= SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_show()
1202 ctrl |= SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_store()
1206 ctrl &= ~SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_store()
1686 ctrl |= SM501_DC_CRT_CONTROL_SEL; in sm501fb_init_fb()
1711 ctrl &= ~SM501_DC_CRT_CONTROL_SEL; in sm501fb_init_fb()
2194 SM501_DC_CRT_CONTROL_SEL)
/linux-2.6.39/include/linux/
Dsm501-regs.h301 #define SM501_DC_CRT_CONTROL_SEL (1<<9) macro