Searched refs:LVDS_B0B3_POWER_UP (Results 1 – 5 of 5) sorted by relevance
60 #define LVDS_B0B3_POWER_UP REG_FIELD_PREP(LVDS_B0B3_POWER_MASK, 3) macro
274 temp |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in intel_pre_enable_lvds()276 temp &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in intel_pre_enable_lvds()
241 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in psb_intel_crtc_mode_set()243 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in psb_intel_crtc_mode_set()
745 lvds |= LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP; in cdv_intel_crtc_mode_set()747 lvds &= ~(LVDS_B0B3_POWER_UP | LVDS_CLKB_POWER_UP); in cdv_intel_crtc_mode_set()
477 #define LVDS_B0B3_POWER_UP (3 << 2) macro