Searched refs:wrpll (Results 1 – 5 of 5) sorted by relevance
147 uint32_t wrpll; member
1277 u32 wrpll; in hsw_ddi_calc_wrpll_link() local1279 wrpll = I915_READ(reg); in hsw_ddi_calc_wrpll_link()1280 switch (wrpll & WRPLL_PLL_REF_MASK) { in hsw_ddi_calc_wrpll_link()1298 r = wrpll & WRPLL_DIVIDER_REF_MASK; in hsw_ddi_calc_wrpll_link()1299 p = (wrpll & WRPLL_DIVIDER_POST_MASK) >> WRPLL_DIVIDER_POST_SHIFT; in hsw_ddi_calc_wrpll_link()1300 n = (wrpll & WRPLL_DIVIDER_FB_MASK) >> WRPLL_DIVIDER_FB_SHIFT; in hsw_ddi_calc_wrpll_link()
480 I915_WRITE(WRPLL_CTL(id), pll->state.hw_state.wrpll); in hsw_ddi_wrpll_enable()525 hw_state->wrpll = val; in hsw_ddi_wrpll_get_hw_state()778 crtc_state->dpll_hw_state.wrpll = val; in hsw_ddi_hdmi_get_dpll()858 hw_state->wrpll, hw_state->spll); in hsw_dump_hw_state()
3307 seq_printf(m, " wrpll: 0x%08x\n", pll->state.hw_state.wrpll); in i915_shared_dplls_info()
11551 PIPE_CONF_CHECK_X(dpll_hw_state.wrpll); in intel_pipe_config_compare()