Searched refs:SM501_DC_CRT_CONTROL_SEL (Results 1 – 2 of 2) sorted by relevance
652 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()1170 ctrl &= SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_show()1203 ctrl |= SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_store()1207 ctrl &= ~SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_store()1687 ctrl |= SM501_DC_CRT_CONTROL_SEL; in sm501fb_init_fb()1712 ctrl &= ~SM501_DC_CRT_CONTROL_SEL; in sm501fb_init_fb()2207 SM501_DC_CRT_CONTROL_SEL)
301 #define SM501_DC_CRT_CONTROL_SEL (1<<9) macro