Searched refs:PLL4_MON_PLL4_LOCK (Results 1 – 2 of 2) sorted by relevance
427 } while ((val & (PLL4_MON_PLL4_RESETB | PLL4_MON_PLL4_LOCK)) != 0); in cpg_pll_setup()449 } while ((val & (PLL4_MON_PLL4_RESETB | PLL4_MON_PLL4_LOCK)) == 0); in cpg_pll_setup()
353 #define PLL4_MON_PLL4_LOCK BIT(4) macro