Searched refs:PLL_RANGE (Results 1 – 4 of 4) sorted by relevance
40 PLL_RANGE(PLL_RANGE_18MHZ) | /* 18MHz <= post divr(= 26MHz) < 30MHz */ in soc_early_init_hook()55 PLL_RANGE(PLL_RANGE_18MHZ) | /* 18MHz <= post divr(= 26MHz) < 30MHz */ in soc_early_init_hook()70 PLL_RANGE(PLL_RANGE_18MHZ) | in soc_early_init_hook()
36 #define PLL_RANGE(x) (((x) & 0x7) << 18) macro
28 PLL_RANGE(PLL_RANGE_33MHZ) | in soc_early_init_hook()
30 #define PLL_RANGE(x) (((x) & 0x7) << 18) macro