Searched refs:DKL_PLL_BIAS_FRAC_EN_H (Results 1 – 2 of 2) sorted by relevance
97 #define DKL_PLL_BIAS_FRAC_EN_H (1 << 30) macro
3126 hw_state->mg_pll_bias = (m2div_frac ? DKL_PLL_BIAS_FRAC_EN_H : 0) | in icl_calc_mg_pll_state()3218 if (hw_state->mg_pll_bias & DKL_PLL_BIAS_FRAC_EN_H) { in icl_ddi_mg_pll_get_freq()3668 hw_state->mg_pll_bias &= (DKL_PLL_BIAS_FRAC_EN_H | in dkl_pll_get_hw_state()3895 val &= ~(DKL_PLL_BIAS_FRAC_EN_H | in dkl_pll_write()