Home
last modified time | relevance | path

Searched refs:cv1800_clk_common (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/clk/sophgo/
H A Dclk-cv18xx-common.h13 struct cv1800_clk_common { struct
26 static inline struct cv1800_clk_common * argument
29 return container_of(hw, struct cv1800_clk_common, hw); in hw_to_cv1800_clk_common()
71 int cv1800_clk_setbit(struct cv1800_clk_common *common,
73 int cv1800_clk_clearbit(struct cv1800_clk_common *common,
75 int cv1800_clk_checkbit(struct cv1800_clk_common *common,
78 void cv1800_clk_wait_for_lock(struct cv1800_clk_common *common,
H A Dclk-cv18xx-common.c13 int cv1800_clk_setbit(struct cv1800_clk_common *common, in cv1800_clk_setbit()
30 int cv1800_clk_clearbit(struct cv1800_clk_common *common, in cv1800_clk_clearbit()
47 int cv1800_clk_checkbit(struct cv1800_clk_common *common, in cv1800_clk_checkbit()
55 void cv1800_clk_wait_for_lock(struct cv1800_clk_common *common, in cv1800_clk_wait_for_lock()
H A Dclk-cv18xx-ip.h12 struct cv1800_clk_common common;
25 struct cv1800_clk_common common;
36 struct cv1800_clk_common common;
48 struct cv1800_clk_common common;
59 struct cv1800_clk_common common;
H A Dclk-cv18xx-ip.c16 struct cv1800_clk_common *common = hw_to_cv1800_clk_common(hw); in hw_to_cv1800_clk_gate()
81 struct cv1800_clk_common *common = hw_to_cv1800_clk_common(hw); in hw_to_cv1800_clk_div()
107 static int div_helper_set_rate(struct cv1800_clk_common *common, in div_helper_set_rate()
131 static u32 div_helper_get_clockdiv(struct cv1800_clk_common *common, in div_helper_get_clockdiv()
177 static bool div_is_better_rate(struct cv1800_clk_common *common, in div_is_better_rate()
187 static int mux_helper_determine_rate(struct cv1800_clk_common *common, in mux_helper_determine_rate()
389 struct cv1800_clk_common *common = hw_to_cv1800_clk_common(hw); in hw_to_cv1800_clk_mux()
600 struct cv1800_clk_common *common = hw_to_cv1800_clk_common(hw); in hw_to_cv1800_clk_mmux()
788 struct cv1800_clk_common *common = hw_to_cv1800_clk_common(hw); in hw_to_cv1800_clk_audio()
H A Dclk-cv18xx-pll.h73 struct cv1800_clk_common common;
H A Dclk-cv18xx-pll.c15 struct cv1800_clk_common *common = hw_to_cv1800_clk_common(hw); in hw_to_cv1800_clk_pll()
H A Dclk-cv1800.c1465 struct cv1800_clk_common *common; in cv1800_clk_init_ctrl()