Searched defs:to_clk_gate (Results 1 – 4 of 4) sorted by relevance
32 static inline struct mtk_clk_gate *to_clk_gate(struct clk_hw *hw) in to_clk_gate() function
29 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
202 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro
31 #define to_clk_gate(_hw) container_of(_hw, struct clk_gate, hw) macro