Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-highbank.c19 #define HB_PLL_DIVQ_MASK 0x00070000 macro
104 divq = (reg & HB_PLL_DIVQ_MASK) >> HB_PLL_DIVQ_SHIFT; in clk_pll_recalc_rate()
161 reg &= ~(HB_PLL_DIVF_MASK | HB_PLL_DIVQ_MASK); in clk_pll_set_rate()
174 reg &= ~HB_PLL_DIVQ_MASK; in clk_pll_set_rate()