Searched refs:mg_pll_bias (Results 1 – 2 of 2) sorted by relevance
3123 hw_state->mg_pll_bias = (m2div_frac ? DKL_PLL_BIAS_FRAC_EN_H : 0) | in icl_calc_mg_pll_state()3174 hw_state->mg_pll_bias = in icl_calc_mg_pll_state()3194 hw_state->mg_pll_bias &= hw_state->mg_pll_bias_mask; in icl_calc_mg_pll_state()3215 if (hw_state->mg_pll_bias & DKL_PLL_BIAS_FRAC_EN_H) { in icl_ddi_mg_pll_get_freq()3216 m2_frac = hw_state->mg_pll_bias & in icl_ddi_mg_pll_get_freq()3586 hw_state->mg_pll_bias = intel_de_read(i915, MG_PLL_BIAS(tc_port)); in mg_pll_get_hw_state()3599 hw_state->mg_pll_bias &= hw_state->mg_pll_bias_mask; in mg_pll_get_hw_state()3664 hw_state->mg_pll_bias = intel_dkl_phy_read(i915, DKL_PLL_BIAS(tc_port)); in dkl_pll_get_hw_state()3665 hw_state->mg_pll_bias &= (DKL_PLL_BIAS_FRAC_EN_H | in dkl_pll_get_hw_state()3832 hw_state->mg_pll_bias_mask, hw_state->mg_pll_bias); in icl_mg_pll_write()[all …]
226 u32 mg_pll_bias; member