Home
last modified time | relevance | path

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

/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
Dclock.c34 prci = PLL_REFSEL(1) | PLL_BYPASS(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()
Dprci.h38 #define PLL_REFSEL(x) (((x) & 0x1) << 17) macro