Home
last modified time | relevance | path

Searched refs:pll_q (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
Dclock.c38 int pll_q; in soc_early_init_hook() local
42 pll_q = 0x3; in soc_early_init_hook()
44 pll_q = 0x2; in soc_early_init_hook()
46 pll_q = 0x1; in soc_early_init_hook()
49 const int pll_f = ((CORECLK_HZ / MHZ(1)) >> (4 - pll_q)) - 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()