Searched refs:PLL6_MON_PLL6_RESETB (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()
372 #define PLL6_MON_PLL6_RESETB BIT(0) macro