Home
last modified time | relevance | path

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

/Zephyr-latest/soc/sifive/sifive_freedom/fu700/
Dclock.c41 PLL_BYPASS(PLL_BYPASS_DISABLE) | in soc_early_init_hook()
56 PLL_BYPASS(PLL_BYPASS_DISABLE) | in soc_early_init_hook()
71 PLL_BYPASS(PLL_BYPASS_DISABLE) | in soc_early_init_hook()
Dprci.h37 #define PLL_BYPASS(x) (((x) & 0x1) << 24) macro
/Zephyr-latest/soc/sifive/sifive_freedom/fu500/
Dclock.c29 PLL_BYPASS(PLL_BYPASS_DISABLE) | in soc_early_init_hook()
Dprci.h31 #define PLL_BYPASS(x) (((x) & 0x1) << 24) macro
/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
Dclock.c34 prci = PLL_REFSEL(1) | PLL_BYPASS(1); in soc_early_init_hook()
Dprci.h39 #define PLL_BYPASS(x) (((x) & 0x1) << 18) macro