1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __QCOM_CLK_KRAIT_H
4 #define __QCOM_CLK_KRAIT_H
6 #include <linux/clk-provider.h>
9 unsigned int *parent_map
;
18 bool disable_sec_src_gating
;
21 struct notifier_block clk_nb
;
24 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw)
26 extern const struct clk_ops krait_mux_clk_ops
;
28 struct krait_div2_clk
{
37 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw)
39 extern const struct clk_ops krait_div2_clk_ops
;