Lines Matching defs:common
25 void ccu_helper_wait_for_lock(struct ccu_common *common, u32 lock)
33 if (common->features & CCU_FEATURE_LOCK_REG)
34 addr = common->base + common->lock_reg;
36 addr = common->base + common->reg;
42 bool ccu_is_better_rate(struct ccu_common *common,
47 if (common->features & CCU_FEATURE_CLOSEST_RATE)
56 * changed. In common PLL designs, changes to the dividers take effect
81 ccu_gate_helper_disable(pll->common, pll->enable);
83 ret = ccu_gate_helper_enable(pll->common, pll->enable);
87 ccu_helper_wait_for_lock(pll->common, pll->lock);
97 return clk_notifier_register(pll_nb->common->hw.clk,