Searched refs:SPLL_CTL (Results 1 – 4 of 4) sorted by relevance
146 WARN(I915_READ(SPLL_CTL) & SPLL_PLL_ENABLE, "SPLL already enabled\n"); in hsw_crt_pre_enable()147 I915_WRITE(SPLL_CTL, in hsw_crt_pre_enable()149 POSTING_READ(SPLL_CTL); in hsw_crt_pre_enable()218 val = I915_READ(SPLL_CTL); in hsw_crt_post_disable()220 I915_WRITE(SPLL_CTL, val & ~SPLL_PLL_ENABLE); in hsw_crt_post_disable()221 POSTING_READ(SPLL_CTL); in hsw_crt_post_disable()
850 pll = I915_READ(SPLL_CTL) & SPLL_PLL_FREQ_MASK; in hsw_ddi_clock_get()
6633 #define SPLL_CTL 0x46020 macro
8261 I915_STATE_WARN(I915_READ(SPLL_CTL) & SPLL_PLL_ENABLE, "SPLL enabled\n"); in assert_can_disable_lcpll()