Searched refs:LCD_ON (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/
H A Dasus-laptop.c85 #define LCD_ON 0x80 //LCD backlight macro
360 return read_status(LCD_ON);
381 write_status(NULL, lcd, LCD_ON);
723 write_status(NULL, 1, LCD_ON);
726 write_status(NULL, 0, LCD_ON);
1020 write_status(NULL, 1, LCD_ON);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/aty/
H A Datyfb_base.c565 if(lcd_on_off & LCD_ON) {
862 if((crtc->lcd_gen_cntl & LCD_ON) &&
872 crtc->lcd_gen_cntl &= ~LCD_ON;
882 if ((par->lcd_table != 0) && (crtc->lcd_gen_cntl & LCD_ON)) {
939 if ((par->lcd_table != 0) && (crtc->lcd_gen_cntl & LCD_ON))
1002 if (xres < par->lcd_width && crtc->lcd_gen_cntl & LCD_ON) {
1064 if (vdisplay < par->lcd_height && crtc->lcd_gen_cntl & LCD_ON) {
2234 if (par->lcd_table != 0 && (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) {
2729 (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) {
2759 (aty_ld_lcd(LCD_GEN_CNTL, par) & LCD_ON)) {
[all...]
H A Dmach64_ct.c298 aty_st_lcd(LCD_GEN_CNTL, lcd_gen_cntrl & ~LCD_ON, par);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Dmach64.h1305 #define LCD_ON 0x00000002ul macro

Completed in 110 milliseconds