Searched refs:SM501_DC_PANEL_CONTROL_VDD (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dsm501-regs.h202 #define SM501_DC_PANEL_CONTROL_VDD (1<<24) macro
/linux-master/drivers/video/fbdev/
H A Dsm501fb.c720 if (to && (control & SM501_DC_PANEL_CONTROL_VDD) == 0) {
723 control |= SM501_DC_PANEL_CONTROL_VDD; /* FPVDDEN */
756 } else if (!to && (control & SM501_DC_PANEL_CONTROL_VDD) != 0) {
785 control &= ~SM501_DC_PANEL_CONTROL_VDD;
823 SM501_DC_PANEL_CONTROL_VDD |

Completed in 122 milliseconds