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);
62 rate = owl_divider_helper_round_rate(&comp->common, &comp->rate.div_hw,
76 return owl_divider_helper_recalc_rate(&comp->common, &comp->rate.div_hw,
85 return owl_divider_helper_set_rate(&comp->common, &comp->rate.div_hw,
95 rate = owl_factor_helper_round_rate(&comp->common,
110 return owl_factor_helper_recalc_rate(&comp->common,
120 return owl_factor_helper_set_rate(&comp->common,