Searched refs:SSCG_PLL_REF_DIVR2_MASK (Results 1 – 2 of 2) sorted by relevance
226 divr2 = (pll_cfg2 & SSCG_PLL_REF_DIVR2_MASK) >> in decode_sscg_pll()590 SSCG_PLL_REF_DIVR2_MASK); in dram_pll_init()602 SSCG_PLL_REF_DIVR2_MASK); in dram_pll_init()614 SSCG_PLL_REF_DIVR2_MASK); in dram_pll_init()626 SSCG_PLL_REF_DIVR2_MASK); in dram_pll_init()
566 #define SSCG_PLL_REF_DIVR2_MASK (0x3f << 19) macro568 #define SSCG_PLL_REF_DIVR2_VAL(n) (((n) << 19) & SSCG_PLL_REF_DIVR2_MASK)