Home
last modified time | relevance | path

Searched refs:LVDS_DISPLAY_DIS (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/aty/
H A Dradeon_backlight.c67 lvds_gen_cntl &= ~LVDS_DISPLAY_DIS; in radeon_bl_update_status()
101 lvds_gen_cntl |= LVDS_DISPLAY_DIS; in radeon_bl_update_status()
H A Dradeon_base.c1088 u32 target_val = (val & ~LVDS_DISPLAY_DIS) | LVDS_BLON | LVDS_ON in radeon_screen_blank()
1091 if ((val ^ target_val) == LVDS_DISPLAY_DIS) in radeon_screen_blank()
1111 val |= LVDS_DISPLAY_DIS; in radeon_screen_blank()
/linux/include/video/
H A Daty128.h388 #define LVDS_DISPLAY_DIS 0x00000002 macro
H A Dradeon.h642 #define LVDS_DISPLAY_DIS (1 << 1) macro
653 (LVDS_ON | LVDS_DISPLAY_DIS | LVDS_BL_MOD_LEVEL_MASK | LVDS_BLON)