Searched refs:SSCG_PLL_REF_DIVR2_MASK (Results 1 – 2 of 2) sorted by relevance
564 #define SSCG_PLL_REF_DIVR2_MASK (0x3f << 19) macro566 #define SSCG_PLL_REF_DIVR2_VAL(n) (((n) << 19) & SSCG_PLL_REF_DIVR2_MASK)
226 divr2 = (pll_cfg2 & SSCG_PLL_REF_DIVR2_MASK) >> in decode_sscg_pll()