Home
last modified time | relevance | path

Searched refs:owl_gate_clk_is_enabled (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/clk/actions/
H A Dowl-gate.c52 int owl_gate_clk_is_enabled(const struct owl_clk_common *common, in owl_gate_clk_is_enabled() function
70 return owl_gate_clk_is_enabled(common, &gate->gate_hw); in owl_gate_is_enabled()
H A Dowl-gate.h68 int owl_gate_clk_is_enabled(const struct owl_clk_common *common,
H A Dowl-composite.c53 return owl_gate_clk_is_enabled(common, &comp->gate_hw); in owl_comp_is_enabled()