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