Searched refs:PLL_LOCK (Results 1 – 5 of 5) sorted by relevance
43 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()
39 #define PLL_LOCK(x) (((x) & 0x1) << 31) macro
31 while ((PRCI_REG(PRCI_COREPLLCFG0) & PLL_LOCK(1)) == 0) { in soc_early_init_hook()
33 #define PLL_LOCK(x) (((x) & 0x1) << 31) macro
40 #define PLL_LOCK(x) (((x) & 0x1) << 31) macro