Searched refs:PLL_BYPASS (Results 1 – 6 of 6) sorted by relevance
41 PLL_BYPASS(PLL_BYPASS_DISABLE) | in soc_early_init_hook()56 PLL_BYPASS(PLL_BYPASS_DISABLE) | in soc_early_init_hook()71 PLL_BYPASS(PLL_BYPASS_DISABLE) | in soc_early_init_hook()
37 #define PLL_BYPASS(x) (((x) & 0x1) << 24) macro
29 PLL_BYPASS(PLL_BYPASS_DISABLE) | in soc_early_init_hook()
31 #define PLL_BYPASS(x) (((x) & 0x1) << 24) macro
34 prci = PLL_REFSEL(1) | PLL_BYPASS(1); in soc_early_init_hook()
39 #define PLL_BYPASS(x) (((x) & 0x1) << 18) macro