Searched refs:HB_PLL_DIVF_MASK (Results 1 – 1 of 1) sorted by relevance
17 #define HB_PLL_DIVF_MASK 0x0ff00000 macro102 divf = (reg & HB_PLL_DIVF_MASK) >> HB_PLL_DIVF_SHIFT; in clk_pll_recalc_rate()154 if (divf != ((reg & HB_PLL_DIVF_MASK) >> HB_PLL_DIVF_SHIFT)) { in clk_pll_set_rate()160 reg &= ~(HB_PLL_DIVF_MASK | HB_PLL_DIVQ_MASK); in clk_pll_set_rate()