Home
last modified time | relevance | path

Searched refs:LVDS_A3_POWER_MASK (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_lvds_regs.h43 #define LVDS_A3_POWER_MASK REG_GENMASK(7, 6) macro
44 #define LVDS_A3_POWER_DOWN REG_FIELD_PREP(LVDS_A3_POWER_MASK, 0)
45 #define LVDS_A3_POWER_UP REG_FIELD_PREP(LVDS_A3_POWER_MASK, 3)
H A Dintel_lvds.c284 temp &= ~LVDS_A3_POWER_MASK; in intel_pre_enable_lvds()
1000 lvds_encoder->a3_power = lvds & LVDS_A3_POWER_MASK; in intel_lvds_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_lvds.c275 temp &= ~LVDS_A3_POWER_MASK; in intel_pre_enable_lvds()
997 lvds_encoder->a3_power = lvds & LVDS_A3_POWER_MASK; in intel_lvds_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c707 if ((REG_READ(LVDS) & LVDS_A3_POWER_MASK) == LVDS_A3_POWER_UP) in cdv_intel_crtc_mode_set()
H A Dpsb_intel_reg.h460 #define LVDS_A3_POWER_MASK (3 << 6) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c704 if ((REG_READ(LVDS) & LVDS_A3_POWER_MASK) == LVDS_A3_POWER_UP) in cdv_intel_crtc_mode_set()
H A Dpsb_intel_reg.h460 #define LVDS_A3_POWER_MASK (3 << 6) macro
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_reg.h4930 #define LVDS_A3_POWER_MASK (3 << 6) macro

Completed in 52 milliseconds