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