Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A 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()
2180 SM501_DC_CRT_CONTROL_SEL)
/openbmc/linux/include/linux/
H A Dsm501-regs.h298 #define SM501_DC_CRT_CONTROL_SEL (1<<9) macro
/openbmc/qemu/hw/display/
H A Dsm501.c347 #define SM501_DC_CRT_CONTROL_SEL (1 << 9) macro
700 int crt = (s->dc_crt_control & SM501_DC_CRT_CONTROL_SEL) ? 1 : 0; in sm501_2d_operation()
1724 int crt = (s->dc_crt_control & SM501_DC_CRT_CONTROL_SEL) ? 1 : 0; in sm501_update_display()