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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsm501-regs.h182 #define SM501_DC_PANEL_CONTROL_VDD (1<<24) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsm501fb.c644 if (to && (control & SM501_DC_PANEL_CONTROL_VDD) == 0) {
647 control |= SM501_DC_PANEL_CONTROL_VDD; /* FPVDDEN */
665 } else if (!to && (control & SM501_DC_PANEL_CONTROL_VDD) != 0) {
683 control &= ~SM501_DC_PANEL_CONTROL_VDD;
721 SM501_DC_PANEL_CONTROL_VDD |

Completed in 49 milliseconds