Lines Matching defs:common
119 long owl_factor_helper_round_rate(struct owl_clk_common *common,
127 val = owl_clk_val_best(factor_hw, &common->hw, rate, parent_rate);
139 return owl_factor_helper_round_rate(&factor->common, factor_hw,
143 unsigned long owl_factor_helper_recalc_rate(struct owl_clk_common *common,
154 regmap_read(common->regmap, factor_hw->reg, ®);
163 __clk_get_name(common->hw.clk));
178 struct owl_clk_common *common = &factor->common;
180 return owl_factor_helper_recalc_rate(common, factor_hw, parent_rate);
183 int owl_factor_helper_set_rate(const struct owl_clk_common *common,
195 regmap_read(common->regmap, factor_hw->reg, ®);
200 regmap_write(common->regmap, factor_hw->reg, reg);
210 struct owl_clk_common *common = &factor->common;
212 return owl_factor_helper_set_rate(common, factor_hw,