Searched refs:PLL_DIVR2_MASK (Results 1 – 1 of 1) sorted by relevance
29 #define PLL_DIVR2_MASK GENMASK(24, 19) macro336 divr2 = FIELD_GET(PLL_DIVR2_MASK, val); in clk_sscg_pll_recalc_rate()373 val &= ~(PLL_DIVR1_MASK | PLL_DIVR2_MASK | PLL_DIVQ_MASK); in clk_sscg_pll_set_rate()377 val |= FIELD_PREP(PLL_DIVR2_MASK, setup->divr2); in clk_sscg_pll_set_rate()