Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/
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()
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)
/Linux-v4.19/include/linux/
Dsm501-regs.h301 #define SM501_DC_CRT_CONTROL_SEL (1<<9) macro