Lines Matching defs:clk_scu
21 * struct clk_scu - Description of one SCU clock
26 struct clk_scu {
126 static inline struct clk_scu *to_clk_scu(struct clk_hw *hw)
128 return container_of(hw, struct clk_scu, hw);
147 struct clk_scu *clk = to_clk_scu(hw);
191 struct clk_scu *clk = to_clk_scu(hw);
219 struct clk_scu *clk = to_clk_scu(hw);
237 struct clk_scu *clk = to_clk_scu(hw);
262 struct clk_scu *clk = to_clk_scu(hw);
305 struct clk_scu *clk = to_clk_scu(hw);
319 struct clk_scu *clk = to_clk_scu(hw);
351 struct clk_scu *clk;