Lines Matching defs:common
20 return owl_mux_helper_get_parent(&comp->common, &comp->mux_hw);
27 return owl_mux_helper_set_parent(&comp->common, &comp->mux_hw, index);
33 struct owl_clk_common *common = &comp->common;
35 owl_gate_set(common, &comp->gate_hw, false);
41 struct owl_clk_common *common = &comp->common;
43 owl_gate_set(common, &comp->gate_hw, true);
51 struct owl_clk_common *common = &comp->common;
53 return owl_gate_clk_is_enabled(common, &comp->gate_hw);
61 return owl_divider_helper_round_rate(&comp->common, &comp->rate.div_hw,
70 return owl_divider_helper_recalc_rate(&comp->common, &comp->rate.div_hw,
79 return owl_divider_helper_set_rate(&comp->common, &comp->rate.div_hw,
88 return owl_factor_helper_round_rate(&comp->common,
98 return owl_factor_helper_recalc_rate(&comp->common,
108 return owl_factor_helper_set_rate(&comp->common,