Searched refs:LVDS_PORT_EN (Results 1 – 10 of 10) sorted by relevance
96 return val & LVDS_PORT_EN; in intel_lvds_port_enabled()249 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in intel_pre_enable_lvds()316 I915_WRITE(lvds_encoder->reg, I915_READ(lvds_encoder->reg) | LVDS_PORT_EN); in intel_enable_lvds()338 I915_WRITE(lvds_encoder->reg, I915_READ(lvds_encoder->reg) & ~LVDS_PORT_EN); in intel_disable_lvds()854 if ((lvds & LVDS_PORT_EN) == 0) { in intel_lvds_init()
11339 bool is_lvds = (pipe == 1) && (lvds & LVDS_PORT_EN); in i9xx_crtc_clock_get()
230 lvds |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in psb_intel_crtc_mode_set()316 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in psb_intel_crtc_clock_get()327 LVDS_PORT_EN); in psb_intel_crtc_clock_get()
742 LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP | in cdv_intel_crtc_mode_set()858 is_lvds = (pipe == 1) && (REG_READ(LVDS) & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()868 (dev_priv->regs.psb.saveLVDS & LVDS_PORT_EN); in cdv_intel_crtc_clock_get()
102 LVDS_PORT_EN | in oaktrail_lvds_mode_set()
711 if (crtc && (lvds & LVDS_PORT_EN)) { in cdv_intel_lvds_init()
776 if (crtc && (lvds & LVDS_PORT_EN)) { in psb_intel_lvds_init()
441 #define LVDS_PORT_EN (1 << 31) macro
710 (REG_READ(LVDS) & LVDS_PORT_EN) != 0) { in gma_find_best_pll()
4602 #define LVDS_PORT_EN (1 << 31) macro