Searched refs:to_clk_stm32_gate (Results 1 – 2 of 2) sorted by relevance
287 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_endisable()311 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_is_enabled()318 struct clk_stm32_gate *gate = to_clk_stm32_gate(hw); in clk_stm32_gate_disable_unused()
108 #define to_clk_stm32_gate(_hw) container_of(_hw, struct clk_stm32_gate, hw) macro