Searched refs:PLL_FINAL_DIV_BY_1 (Results 1 – 2 of 2) sorted by relevance
55 PRCI_REG(PRCI_PLLDIV) = (PLL_FINAL_DIV_BY_1(1) | PLL_FINAL_DIV(0)); in soc_early_init_hook()
53 #define PLL_FINAL_DIV_BY_1(x) (((x) & 0x1) << 8) macro