Searched refs:owl_gate_set (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/clk/actions/ |
H A D | owl-gate.c | 16 void owl_gate_set(const struct owl_clk_common *common, in owl_gate_set() function 39 owl_gate_set(common, &gate->gate_hw, false); in owl_gate_disable() 47 owl_gate_set(common, &gate->gate_hw, true); in owl_gate_enable()
|
H A D | owl-composite.c | 35 owl_gate_set(common, &comp->gate_hw, false); in owl_comp_disable() 43 owl_gate_set(common, &comp->gate_hw, true); in owl_comp_enable()
|
H A D | owl-gate.h | 66 void owl_gate_set(const struct owl_clk_common *common,
|