Searched refs:PLL6_MON_PLL6_LOCK (Results 1 – 2 of 2) sorted by relevance
436 } while ((val & (PLL6_MON_PLL6_RESETB | PLL6_MON_PLL6_LOCK)) != 0); in cpg_pll_setup()455 } while ((val & (PLL6_MON_PLL6_RESETB | PLL6_MON_PLL6_LOCK)) == 0); in cpg_pll_setup()
373 #define PLL6_MON_PLL6_LOCK BIT(4) macro