Lines Matching refs:I915_READ
101 tmp = I915_READ(lvds_encoder->reg); in intel_lvds_get_hw_state()
126 tmp = I915_READ(lvds_encoder->reg); in intel_lvds_get_config()
144 tmp = I915_READ(PFIT_CONTROL); in intel_lvds_get_config()
157 pps->powerdown_on_reset = I915_READ(PP_CONTROL(0)) & PANEL_POWER_RESET; in intel_lvds_pps_get_hw_state()
159 val = I915_READ(PP_ON_DELAYS(0)); in intel_lvds_pps_get_hw_state()
167 val = I915_READ(PP_OFF_DELAYS(0)); in intel_lvds_pps_get_hw_state()
173 val = I915_READ(PP_DIVISOR(0)); in intel_lvds_pps_get_hw_state()
211 val = I915_READ(PP_CONTROL(0)); in intel_lvds_pps_init_hw()
314 I915_WRITE(lvds_encoder->reg, I915_READ(lvds_encoder->reg) | LVDS_PORT_EN); in intel_enable_lvds()
316 I915_WRITE(PP_CONTROL(0), I915_READ(PP_CONTROL(0)) | PANEL_POWER_ON); in intel_enable_lvds()
332 I915_WRITE(PP_CONTROL(0), I915_READ(PP_CONTROL(0)) & ~PANEL_POWER_ON); in intel_disable_lvds()
336 I915_WRITE(lvds_encoder->reg, I915_READ(lvds_encoder->reg) & ~LVDS_PORT_EN); in intel_disable_lvds()
805 val = I915_READ(lvds_encoder->reg); in compute_is_dual_link_lvds()
867 lvds = I915_READ(lvds_reg); in intel_lvds_init()