Searched refs:LVDS_A3_POWER_MASK (Results 1 – 4 of 4) sorted by relevance
43 #define LVDS_A3_POWER_MASK REG_GENMASK(7, 6) macro44 #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)
284 temp &= ~LVDS_A3_POWER_MASK; in intel_pre_enable_lvds()1000 lvds_encoder->a3_power = lvds & LVDS_A3_POWER_MASK; in intel_lvds_init()
460 #define LVDS_A3_POWER_MASK (3 << 6) macro
704 if ((REG_READ(LVDS) & LVDS_A3_POWER_MASK) == LVDS_A3_POWER_UP) in cdv_intel_crtc_mode_set()