Searched refs:BXT_DE_PLL_RATIO_MASK (Results 1 – 2 of 2) sorted by relevance
1271 cdclk_state->vco = (val & BXT_DE_PLL_RATIO_MASK) * cdclk_state->ref; in bxt_de_pll_update()1338 val &= ~BXT_DE_PLL_RATIO_MASK; in bxt_de_pll_enable()1944 cdclk_state->vco = (val & BXT_DE_PLL_RATIO_MASK) * cdclk_state->ref; in icl_get_cdclk()
9532 #define BXT_DE_PLL_RATIO_MASK 0xff macro