Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/gma500/
Dpsb_intel_reg.h360 # define LVDS_B0B3_POWER_UP (3 << 2) macro
Dpsb_intel_display.c726 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in psb_intel_crtc_mode_set()
728 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in psb_intel_crtc_mode_set()
/linux-2.6.39/drivers/gpu/drm/i915/
Di915_reg.h1487 #define LVDS_B0B3_POWER_UP (3 << 2) macro
Dintel_display.c4990 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in intel_crtc_mode_set()
4992 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in intel_crtc_mode_set()