Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_lvds.c78 if (!(tmp & LVDS_PORT_EN)) in intel_lvds_get_hw_state()
137 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP; in intel_pre_pll_enable_lvds()
206 I915_WRITE(lvds_encoder->reg, I915_READ(lvds_encoder->reg) | LVDS_PORT_EN); in intel_enable_lvds()
237 I915_WRITE(lvds_encoder->reg, I915_READ(lvds_encoder->reg) & ~LVDS_PORT_EN); in intel_disable_lvds()
1061 if (crtc && (lvds & LVDS_PORT_EN)) { in intel_lvds_init()
H A Di915_suspend.c286 mask = ~LVDS_PORT_EN; in i915_restore_display()
H A Dintel_display.c1223 if ((val & LVDS_PORT_EN) == 0) in lvds_pipe_enabled()
3208 if ((temp & LVDS_PORT_EN) == 0) in ironlake_crtc_enable()
3209 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN); in ironlake_crtc_enable()
6996 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN); in intel_crtc_clock_get()
H A Di915_reg.h2091 #define LVDS_PORT_EN (1UL << 31) /* OSOL_i915 */ macro