1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __QCOM_CLK_HFPLL_H__
4 #define __QCOM_CLK_HFPLL_H__
6 #include <linux/clk-provider.h>
7 #include <linux/spinlock.h>
8 #include "clk-regmap.h"
25 unsigned long low_vco_max_rate
;
27 unsigned long min_rate
;
28 unsigned long max_rate
;
32 struct hfpll_data
const *d
;
35 struct clk_regmap clkr
;
39 #define to_clk_hfpll(_hw) \
40 container_of(to_clk_regmap(_hw), struct clk_hfpll, clkr)
42 extern const struct clk_ops clk_ops_hfpll
;