Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_intel_reg.h460 #define LVDS_A3_POWER_MASK (3 << 6) macro
H A Dcdv_intel_display.c704 if ((REG_READ(LVDS) & LVDS_A3_POWER_MASK) == LVDS_A3_POWER_UP) in cdv_intel_crtc_mode_set()