Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/gma500/
Dpsb_intel_display.c246 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in psb_intel_crtc_mode_set()
248 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in psb_intel_crtc_mode_set()
Dcdv_intel_display.c759 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in cdv_intel_crtc_mode_set()
761 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in cdv_intel_crtc_mode_set()
Dpsb_intel_reg.h489 #define LVDS_B0B3_POWER_UP (3 << 2) macro
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_lvds.c176 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in intel_pre_enable_lvds()
178 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in intel_pre_enable_lvds()
Di915_reg.h3056 #define LVDS_B0B3_POWER_UP (3 << 2) macro