Searched refs:SSCG_PLL_REF_DIVR1_MASK (Results 1 – 2 of 2) sorted by relevance
561 #define SSCG_PLL_REF_DIVR1_MASK (0x7 << 25) macro563 #define SSCG_PLL_REF_DIVR1_VAL(n) (((n) << 25) & SSCG_PLL_REF_DIVR1_MASK)
224 divr1 = (pll_cfg2 & SSCG_PLL_REF_DIVR1_MASK) >> in decode_sscg_pll()