PLL_CTRL_LOCK
if (val & PLL_CTRL_LOCK)
val &= clk->enable | PLL_CTRL_LOCK;
if (val == (clk->enable | PLL_CTRL_LOCK))