Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/qcom/
H A 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()
H A Dgcc-ipq4019.c27 #define to_clk_regmap_div(_hw) container_of(to_clk_regmap(_hw),\ macro
30 #define to_clk_fepll(_hw) container_of(to_clk_regmap_div(_hw),\