Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/
Dsm501fb.c649 SM501_DC_CRT_CONTROL_SEL | in sm501fb_set_par_crt()
661 if ((control & SM501_DC_CRT_CONTROL_SEL) == 0) { in sm501fb_set_par_crt()
699 control |= SM501_DC_CRT_CONTROL_SEL; /* CRT displays CRT data */ in sm501fb_set_par_crt()
1167 ctrl &= SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_show()
1200 ctrl |= SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_store()
1204 ctrl &= ~SM501_DC_CRT_CONTROL_SEL; in sm501fb_crtsrc_store()
1692 ctrl |= SM501_DC_CRT_CONTROL_SEL; in sm501fb_init_fb()
1717 ctrl &= ~SM501_DC_CRT_CONTROL_SEL; in sm501fb_init_fb()
2182 SM501_DC_CRT_CONTROL_SEL)
/kernel/linux/linux-5.10/include/linux/
Dsm501-regs.h298 #define SM501_DC_CRT_CONTROL_SEL (1<<9) macro