Home
last modified time | relevance | path

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

/Zephyr-latest/soc/sifive/sifive_freedom/fu700/
Dclock.c43 while ((PRCI_REG(PRCI_COREPLLCFG) & PLL_LOCK(1)) == 0) { in soc_early_init_hook()
58 while ((PRCI_REG(PRCI_HFPCLKPLLCFG) & PLL_LOCK(1)) == 0) { in soc_early_init_hook()
73 while ((PRCI_REG(PRCI_DDRPLLCFG) & PLL_LOCK(1)) == 0) { in soc_early_init_hook()
Dprci.h39 #define PLL_LOCK(x) (((x) & 0x1) << 31) macro
/Zephyr-latest/soc/sifive/sifive_freedom/fu500/
Dclock.c31 while ((PRCI_REG(PRCI_COREPLLCFG0) & PLL_LOCK(1)) == 0) { in soc_early_init_hook()
Dprci.h33 #define PLL_LOCK(x) (((x) & 0x1) << 31) macro
/Zephyr-latest/soc/sifive/sifive_freedom/fe300/
Dprci.h40 #define PLL_LOCK(x) (((x) & 0x1) << 31) macro