Searched refs:LVDS_DISPLAY_DIS (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/aty/
H A Dradeon_backlight.c74 lvds_gen_cntl &= ~LVDS_DISPLAY_DIS;
108 lvds_gen_cntl |= LVDS_DISPLAY_DIS;
H A Daty128fb.c1261 reg &= ~LVDS_DISPLAY_DIS;
1271 reg |= LVDS_DISPLAY_DIS;
1742 reg &= ~LVDS_DISPLAY_DIS;
1752 reg |= LVDS_DISPLAY_DIS;
H A Dradeon_base.c977 u32 target_val = (val & ~LVDS_DISPLAY_DIS) | LVDS_BLON | LVDS_ON
980 if ((val ^ target_val) == LVDS_DISPLAY_DIS)
1000 val |= LVDS_DISPLAY_DIS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/video/
H A Daty128.h387 #define LVDS_DISPLAY_DIS 0x00000002 macro
H A Dradeon.h641 #define LVDS_DISPLAY_DIS (1 << 1) macro
652 (LVDS_ON | LVDS_DISPLAY_DIS | LVDS_BL_MOD_LEVEL_MASK | LVDS_BLON)

Completed in 87 milliseconds