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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_lvds.c78 if (!(tmp & LVDS_PORT_EN))
137 temp |= LVDS_PORT_EN | LVDS_A0A2_CLKA_POWER_UP;
206 I915_WRITE(lvds_encoder->reg, I915_READ(lvds_encoder->reg) | LVDS_PORT_EN);
237 I915_WRITE(lvds_encoder->reg, I915_READ(lvds_encoder->reg) & ~LVDS_PORT_EN);
1061 if (crtc && (lvds & LVDS_PORT_EN)) {
H A Di915_suspend.c286 mask = ~LVDS_PORT_EN;
H A Dintel_display.c1223 if ((val & LVDS_PORT_EN) == 0)
3208 if ((temp & LVDS_PORT_EN) == 0)
3209 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN);
6993 bool is_lvds = (pipe == 1) && (I915_READ(LVDS) & LVDS_PORT_EN);
H A Di915_reg.h2091 #define LVDS_PORT_EN (1UL << 31) /* OSOL_i915 */ macro

Completed in 82 milliseconds