Home
last modified time | relevance | path

Searched refs:to_clk_regmap_div (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/clk/qcom/ !
Dclk-regmap-divider.c13 static inline struct clk_regmap_div *to_clk_regmap_div(struct clk_hw *hw) in to_clk_regmap_div() function
21 struct clk_regmap_div *divider = to_clk_regmap_div(hw); in div_round_ro_rate()
36 struct clk_regmap_div *divider = to_clk_regmap_div(hw); in div_round_rate()
45 struct clk_regmap_div *divider = to_clk_regmap_div(hw); in div_set_rate()
60 struct clk_regmap_div *divider = to_clk_regmap_div(hw); in div_recalc_rate()
Dgcc-ipq4019.c28 #define to_clk_regmap_div(_hw) container_of(to_clk_regmap(_hw),\ macro
31 #define to_clk_fepll(_hw) container_of(to_clk_regmap_div(_hw),\