Searched refs:DPLL_B (Results 1 – 6 of 6) sorted by relevance
39 return (I915_READ(DPLL_B) & DPLL_VCO_ENABLE); in i915_pipe_enabled()275 dev_priv->saveDPLL_B = I915_READ(DPLL_B); in i915_save_state()419 I915_WRITE(DPLL_B, dev_priv->saveDPLL_B & in i915_restore_state()426 I915_WRITE(DPLL_B, dev_priv->saveDPLL_B); in i915_restore_state()
475 int dpll_reg = (pipe == 0) ? DPLL_A : DPLL_B; in intel_crtc_dpms()716 int dpll_reg = (pipe == 0) ? DPLL_A : DPLL_B; in intel_crtc_mode_set()1272 u32 dpll = I915_READ((pipe == 0) ? DPLL_A : DPLL_B); in intel_crtc_clock_get()
193 int dpll_reg = (pipe == 0) ? DPLL_A : DPLL_B; in intel_dvo_mode_set()
348 #define DPLL_B 0x06018 macro
148 #define DPLL_B 0x06018 macro
503 hw->dpll_b = INREG(DPLL_B); in intelfbhw_read_hw_state()1301 dpll_reg = DPLL_B; in intelfbhw_program_mode()