Searched refs:owl_gate_clk_is_enabled (Results 1 – 3 of 3) sorted by relevance
52 int owl_gate_clk_is_enabled(const struct owl_clk_common *common, in owl_gate_clk_is_enabled() function70 return owl_gate_clk_is_enabled(common, &gate->gate_hw); in owl_gate_is_enabled()
68 int owl_gate_clk_is_enabled(const struct owl_clk_common *common,
53 return owl_gate_clk_is_enabled(common, &comp->gate_hw); in owl_comp_is_enabled()