Searched refs:dpll_ctl1 (Results 1 – 2 of 2) sorted by relevance
777 uint32_t dpll_ctl1, dpll; in skl_ddi_clock_get() local781 dpll_ctl1 = I915_READ(DPLL_CTRL1); in skl_ddi_clock_get()783 if (dpll_ctl1 & DPLL_CTRL1_HDMI_MODE(dpll)) { in skl_ddi_clock_get()786 link_clock = dpll_ctl1 & DPLL_CRTL1_LINK_RATE_MASK(dpll); in skl_ddi_clock_get()
8488 u32 temp, dpll_ctl1; in skylake_get_ddi_pll() local8500 dpll_ctl1 = I915_READ(DPLL_CTRL1); in skylake_get_ddi_pll()8501 pipe_config->dpll_hw_state.ctrl1 = dpll_ctl1 & 0x3f; in skylake_get_ddi_pll()