Searched refs:SSCG_PLL_REF_DIVR2_MASK (Results 1 – 2 of 2) sorted by relevance
230 divr2 = (pll_cfg2 & SSCG_PLL_REF_DIVR2_MASK) >> in decode_sscg_pll()595 SSCG_PLL_REF_DIVR2_MASK); in dram_pll_init()607 SSCG_PLL_REF_DIVR2_MASK); in dram_pll_init()619 SSCG_PLL_REF_DIVR2_MASK); in dram_pll_init()631 SSCG_PLL_REF_DIVR2_MASK); in dram_pll_init()
374 #define SSCG_PLL_REF_DIVR2_MASK (0x3f << 19) macro376 #define SSCG_PLL_REF_DIVR2_VAL(n) (((n) << 19) & SSCG_PLL_REF_DIVR2_MASK)
Completed in 6 milliseconds