Searched refs:PCH_LVDS (Results 1 – 4 of 4) sorted by relevance
213 dev_priv->regfile.saveLVDS = I915_READ(PCH_LVDS); in i915_save_display()276 I915_WRITE(PCH_LVDS, dev_priv->regfile.saveLVDS & mask); in i915_restore_display()
1090 if ((I915_READ(PCH_LVDS) & LVDS_DETECTED) == 0) in intel_lvds_init()1150 lvds_encoder->reg = PCH_LVDS; in intel_lvds_init()
718 lvds_reg = PCH_LVDS; in intel_g4x_find_best_PLL()1198 lvds_reg = PCH_LVDS; in assert_panel_unlocked()1448 reg = PCH_LVDS; in assert_pch_ports_disabled()3345 temp = I915_READ(PCH_LVDS); in ironlake_crtc_enable()3347 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN); in ironlake_crtc_enable()
4109 #define PCH_LVDS 0xe1180 macro