Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsm501-regs.h200 #define SM501_DC_PANEL_CONTROL_BIAS (1<<26) macro
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dsm501fb.c737 control &= ~SM501_DC_PANEL_CONTROL_BIAS; in sm501fb_panel_power()
739 control |= SM501_DC_PANEL_CONTROL_BIAS; in sm501fb_panel_power()
771 control |= SM501_DC_PANEL_CONTROL_BIAS; in sm501fb_panel_power()
773 control &= ~SM501_DC_PANEL_CONTROL_BIAS; in sm501fb_panel_power()
825 SM501_DC_PANEL_CONTROL_BIAS | in sm501fb_set_par_pnl()