Searched refs:to_clk_regmap_div (Results 1 – 2 of 2) sorted by relevance
21 static inline struct clk_regmap_div *to_clk_regmap_div(struct clk_hw *hw) in to_clk_regmap_div() function29 struct clk_regmap_div *divider = to_clk_regmap_div(hw); in div_round_ro_rate()44 struct clk_regmap_div *divider = to_clk_regmap_div(hw); in div_round_rate()53 struct clk_regmap_div *divider = to_clk_regmap_div(hw); in div_set_rate()68 struct clk_regmap_div *divider = to_clk_regmap_div(hw); in div_recalc_rate()
36 #define to_clk_regmap_div(_hw) container_of(to_clk_regmap(_hw),\ macro39 #define to_clk_fepll(_hw) container_of(to_clk_regmap_div(_hw),\