Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/gma500/
Dpsb_intel_display.c235 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in psb_intel_crtc_mode_set()
237 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in psb_intel_crtc_mode_set()
Dcdv_intel_display.c749 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in cdv_intel_crtc_mode_set()
751 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in cdv_intel_crtc_mode_set()
Dpsb_intel_reg.h477 #define LVDS_B0B3_POWER_UP (3 << 2) macro
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_lvds.c268 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in intel_pre_enable_lvds()
270 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in intel_pre_enable_lvds()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_reg.h4647 #define LVDS_B0B3_POWER_UP (3 << 2) macro