Searched refs:PLL_FINAL_DIV (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()
52 #define PLL_FINAL_DIV(x) (((x) & 0x3F) << 0) macro