Home
last modified time | relevance | path

Searched refs:HB_PLL_DIVF_SHIFT (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/clk/
A Dclk-highbank.c16 #define HB_PLL_DIVF_SHIFT 20 macro
103 divf = (reg & HB_PLL_DIVF_MASK) >> HB_PLL_DIVF_SHIFT; in clk_pll_recalc_rate()
155 if (divf != ((reg & HB_PLL_DIVF_MASK) >> HB_PLL_DIVF_SHIFT)) { in clk_pll_set_rate()
162 reg |= (divf << HB_PLL_DIVF_SHIFT) | (divq << HB_PLL_DIVQ_SHIFT); in clk_pll_set_rate()

Completed in 4 milliseconds