Lines Matching defs:common
19 void ccu_helper_wait_for_lock(struct ccu_common *common, u32 lock)
27 if (common->features & CCU_FEATURE_LOCK_REG)
28 addr = common->base + common->lock_reg;
30 addr = common->base + common->reg;
37 * changed. In common PLL designs, changes to the dividers take effect
62 ccu_gate_helper_disable(pll->common, pll->enable);
64 ret = ccu_gate_helper_enable(pll->common, pll->enable);
68 ccu_helper_wait_for_lock(pll->common, pll->lock);
78 return clk_notifier_register(pll_nb->common->hw.clk,