Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsm501-regs.h302 #define SM501_DC_CRT_CONTROL_ENABLE (1<<2) macro
/openbmc/linux/drivers/video/fbdev/
H A Dsm501fb.c701 control |= SM501_DC_CRT_CONTROL_ENABLE; /* enable CRT plane */ in sm501fb_set_par_crt()
1006 ctrl &= ~SM501_DC_CRT_CONTROL_ENABLE; in sm501fb_blank_crt()
1016 ctrl |= SM501_DC_CRT_CONTROL_ENABLE; in sm501fb_blank_crt()
1201 ctrl |= SM501_DC_CRT_CONTROL_ENABLE; in sm501fb_crtsrc_store()
1205 ctrl &= ~SM501_DC_CRT_CONTROL_ENABLE; in sm501fb_crtsrc_store()
1688 enable = (ctrl & SM501_DC_CRT_CONTROL_ENABLE) ? 1 : 0; in sm501fb_init_fb()
/openbmc/qemu/hw/display/
H A Dsm501.c351 #define SM501_DC_CRT_CONTROL_ENABLE (1 << 2) macro
1741 & SM501_DC_CRT_CONTROL_ENABLE)) { in sm501_update_display()