Lines Matching defs:common
120 long owl_factor_helper_round_rate(struct owl_clk_common *common,
128 val = owl_clk_val_best(factor_hw, &common->hw, rate, parent_rate);
140 return owl_factor_helper_round_rate(&factor->common, factor_hw,
144 unsigned long owl_factor_helper_recalc_rate(struct owl_clk_common *common,
155 regmap_read(common->regmap, factor_hw->reg, ®);
164 __clk_get_name(common->hw.clk));
179 struct owl_clk_common *common = &factor->common;
181 return owl_factor_helper_recalc_rate(common, factor_hw, parent_rate);
184 int owl_factor_helper_set_rate(const struct owl_clk_common *common,
196 regmap_read(common->regmap, factor_hw->reg, ®);
201 regmap_write(common->regmap, factor_hw->reg, reg);
211 struct owl_clk_common *common = &factor->common;
213 return owl_factor_helper_set_rate(common, factor_hw,