Searched refs:PCH_LVDS (Results 1 – 4 of 4) sorted by relevance
77 lvds_reg = PCH_LVDS; in intel_lvds_enable()121 lvds_reg = PCH_LVDS; in intel_lvds_disable()934 if ((I915_READ(PCH_LVDS) & LVDS_DETECTED) == 0) in intel_lvds_init()1074 pipe = (I915_READ(PCH_LVDS) & LVDS_PIPEB_SELECT) ? 1 : 0; in intel_lvds_init()
634 dev_priv->saveLVDS = I915_READ(PCH_LVDS); in i915_save_display()735 I915_WRITE(PCH_LVDS, dev_priv->saveLVDS); in i915_restore_display()
368 if ((I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == in intel_ironlake_limit()602 lvds_reg = PCH_LVDS; in intel_g4x_find_best_PLL()913 lvds_reg = PCH_LVDS; in assert_panel_unlocked()1124 reg = PCH_LVDS; in assert_pch_ports_disabled()1520 reg = PCH_LVDS; in intel_disable_pch_ports()3111 temp = I915_READ(PCH_LVDS); in ironlake_crtc_enable()3113 I915_WRITE(PCH_LVDS, temp | LVDS_PORT_EN); in ironlake_crtc_enable()5016 if ((I915_READ(PCH_LVDS) & LVDS_A3_POWER_MASK) == in intel_choose_pipe_bpp_dither()5892 (I915_READ(PCH_LVDS) & LVDS_CLKB_POWER_MASK) == LVDS_CLKB_POWER_UP) in ironlake_crtc_mode_set()5986 temp = I915_READ(PCH_LVDS); in ironlake_crtc_mode_set()[all …]
3582 #define PCH_LVDS 0xe1180 macro