Searched refs:PLL_REFSEL (Results 1 – 2 of 2) sorted by relevance
34 prci = PLL_REFSEL(1) | PLL_BYPASS(1); in soc_early_init_hook()51 prci = PLL_REFSEL(1) | PLL_R(pll_r) | PLL_F(pll_f) | PLL_Q(pll_q); in soc_early_init_hook()
38 #define PLL_REFSEL(x) (((x) & 0x1) << 17) macro