Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsm501-regs.h225 #define SM501_DC_PANEL_CONTROL_EN (1<<2) macro
/openbmc/linux/drivers/video/fbdev/
H A Dsm501fb.c869 control |= SM501_DC_PANEL_CONTROL_EN; /* enable PANEL gfx plane */ in sm501fb_set_par_pnl()
1701 enable = (ctrl & SM501_DC_PANEL_CONTROL_EN) ? 1 : 0; in sm501fb_init_fb()
/openbmc/qemu/hw/display/
H A Dsm501.c274 #define SM501_DC_PANEL_CONTROL_EN (1 << 2) macro