SM501_DC_PANEL_CONTROL_VDD  720 drivers/video/fbdev/sm501fb.c 	if (to && (control & SM501_DC_PANEL_CONTROL_VDD) == 0) {
SM501_DC_PANEL_CONTROL_VDD  723 drivers/video/fbdev/sm501fb.c 		control |= SM501_DC_PANEL_CONTROL_VDD;	/* FPVDDEN */
SM501_DC_PANEL_CONTROL_VDD  756 drivers/video/fbdev/sm501fb.c 	} else if (!to && (control & SM501_DC_PANEL_CONTROL_VDD) != 0) {
SM501_DC_PANEL_CONTROL_VDD  785 drivers/video/fbdev/sm501fb.c 		control &= ~SM501_DC_PANEL_CONTROL_VDD;
SM501_DC_PANEL_CONTROL_VDD  823 drivers/video/fbdev/sm501fb.c 		    SM501_DC_PANEL_CONTROL_VDD  |