Searched refs:PLL_CTRL_LOCK (Results 1 – 1 of 1) sorted by relevance
25 #define PLL_CTRL_LOCK BIT(0) macro 435 if (val & PLL_CTRL_LOCK) in clk_pll_enable() 439 if (val & PLL_CTRL_LOCK) in clk_pll_enable() 459 val &= clk->enable | PLL_CTRL_LOCK; in clk_pll_is_enabled() 460 if (val == (clk->enable | PLL_CTRL_LOCK)) in clk_pll_is_enabled()