Searched refs:cv1800_clk_common (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/clk/sophgo/ |
H A D | clk-cv18xx-common.h | 13 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 D | clk-cv18xx-common.c | 13 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 D | clk-cv18xx-ip.h | 12 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 D | clk-cv18xx-ip.c | 16 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 D | clk-cv18xx-pll.h | 73 struct cv1800_clk_common common;
|
H A D | clk-cv18xx-pll.c | 15 struct cv1800_clk_common *common = hw_to_cv1800_clk_common(hw); in hw_to_cv1800_clk_pll()
|
H A D | clk-cv1800.c | 1465 struct cv1800_clk_common *common; in cv1800_clk_init_ctrl()
|