Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsm501-regs.h297 #define SM501_DC_CRT_CONTROL_BLANK (1<<10) macro
/openbmc/linux/drivers/video/fbdev/
H A Dsm501fb.c648 SM501_DC_CRT_CONTROL_BLANK | in sm501fb_set_par_crt()
1011 ctrl |= SM501_DC_CRT_CONTROL_BLANK; in sm501fb_blank_crt()
1015 ctrl &= ~SM501_DC_CRT_CONTROL_BLANK; in sm501fb_blank_crt()
/openbmc/qemu/hw/display/
H A Dsm501.c346 #define SM501_DC_CRT_CONTROL_BLANK (1 << 10) macro