Home
last modified time | relevance | path

Searched refs:ccu_common (Results 1 – 25 of 69) sorted by relevance

123

/linux/drivers/clk/sunxi-ng/
A Dccu_frac.h27 bool ccu_frac_helper_is_enabled(struct ccu_common *common,
29 void ccu_frac_helper_enable(struct ccu_common *common,
31 void ccu_frac_helper_disable(struct ccu_common *common,
34 bool ccu_frac_helper_has_rate(struct ccu_common *common,
38 unsigned long ccu_frac_helper_read_rate(struct ccu_common *common,
41 int ccu_frac_helper_set_rate(struct ccu_common *common,
A Dccu_sdm.h51 bool ccu_sdm_helper_is_enabled(struct ccu_common *common,
53 void ccu_sdm_helper_enable(struct ccu_common *common,
56 void ccu_sdm_helper_disable(struct ccu_common *common,
59 bool ccu_sdm_helper_has_rate(struct ccu_common *common,
63 unsigned long ccu_sdm_helper_read_rate(struct ccu_common *common,
67 int ccu_sdm_helper_get_factors(struct ccu_common *common,
A Dccu_common.h26 struct ccu_common { struct
37 static inline struct ccu_common *hw_to_ccu_common(struct clk_hw *hw) in hw_to_ccu_common() argument
39 return container_of(hw, struct ccu_common, hw); in hw_to_ccu_common()
43 struct ccu_common **ccu_clks;
52 void ccu_helper_wait_for_lock(struct ccu_common *common, u32 lock);
56 struct ccu_common *common;
A Dccu_mux.h46 struct ccu_common common;
77 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mux()
84 unsigned long ccu_mux_helper_apply_prediv(struct ccu_common *common,
88 int ccu_mux_helper_determine_rate(struct ccu_common *common,
97 u8 ccu_mux_helper_get_parent(struct ccu_common *common,
99 int ccu_mux_helper_set_parent(struct ccu_common *common,
105 struct ccu_common *common;
A Dccu_frac.c13 bool ccu_frac_helper_is_enabled(struct ccu_common *common, in ccu_frac_helper_is_enabled()
22 void ccu_frac_helper_enable(struct ccu_common *common, in ccu_frac_helper_enable()
37 void ccu_frac_helper_disable(struct ccu_common *common, in ccu_frac_helper_disable()
52 bool ccu_frac_helper_has_rate(struct ccu_common *common, in ccu_frac_helper_has_rate()
62 unsigned long ccu_frac_helper_read_rate(struct ccu_common *common, in ccu_frac_helper_read_rate()
83 int ccu_frac_helper_set_rate(struct ccu_common *common, in ccu_frac_helper_set_rate()
A Dccu_gate.h16 struct ccu_common common;
86 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_gate()
91 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate);
92 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate);
93 int ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate);
A Dccu_sdm.c12 bool ccu_sdm_helper_is_enabled(struct ccu_common *common, in ccu_sdm_helper_is_enabled()
24 void ccu_sdm_helper_enable(struct ccu_common *common, in ccu_sdm_helper_enable()
53 void ccu_sdm_helper_disable(struct ccu_common *common, in ccu_sdm_helper_disable()
90 bool ccu_sdm_helper_has_rate(struct ccu_common *common, in ccu_sdm_helper_has_rate()
106 unsigned long ccu_sdm_helper_read_rate(struct ccu_common *common, in ccu_sdm_helper_read_rate()
136 int ccu_sdm_helper_get_factors(struct ccu_common *common, in ccu_sdm_helper_get_factors()
A Dccu_mux.c15 static u16 ccu_mux_get_prediv(struct ccu_common *common, in ccu_mux_get_prediv()
60 unsigned long ccu_mux_helper_apply_prediv(struct ccu_common *common, in ccu_mux_helper_apply_prediv()
68 static unsigned long ccu_mux_helper_unapply_prediv(struct ccu_common *common, in ccu_mux_helper_unapply_prediv()
76 int ccu_mux_helper_determine_rate(struct ccu_common *common, in ccu_mux_helper_determine_rate()
156 u8 ccu_mux_helper_get_parent(struct ccu_common *common, in ccu_mux_helper_get_parent()
178 int ccu_mux_helper_set_parent(struct ccu_common *common, in ccu_mux_helper_set_parent()
A Dccu_gate.c12 void ccu_gate_helper_disable(struct ccu_common *common, u32 gate) in ccu_gate_helper_disable()
35 int ccu_gate_helper_enable(struct ccu_common *common, u32 gate) in ccu_gate_helper_enable()
60 int ccu_gate_helper_is_enabled(struct ccu_common *common, u32 gate) in ccu_gate_helper_is_enabled()
A Dccu_phase.h17 struct ccu_common common;
35 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_phase()
A Dccu_mmc_timing.c23 struct ccu_common *cm = hw_to_ccu_common(hw); in sunxi_ccu_set_mmc_timing_mode()
56 struct ccu_common *cm = hw_to_ccu_common(hw); in sunxi_ccu_get_mmc_timing_mode()
A Dccu_nk.h30 struct ccu_common common;
56 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nk()
A Dccu_nkmp.h32 struct ccu_common common;
59 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkmp()
A Dccu_mult.h42 struct ccu_common common;
63 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mult()
A Dccu_nkm.h31 struct ccu_common common;
78 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkm()
A Dccu-sun8i-de2.c56 static struct ccu_common *sun8i_a83t_de2_clks[] = {
74 static struct ccu_common *sun8i_h3_de2_clks[] = {
88 static struct ccu_common *sun8i_v3s_de2_clks[] = {
99 static struct ccu_common *sun50i_a64_de2_clks[] = {
A Dccu_mp.h31 struct ccu_common common;
87 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mp()
A Dccu-sun8i-r.c116 static struct ccu_common *sun8i_a83t_r_ccu_clks[] = {
129 static struct ccu_common *sun8i_h3_r_ccu_clks[] = {
141 static struct ccu_common *sun50i_a64_r_ccu_clks[] = {
A Dccu_mp.c270 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_mp_mmc_recalc_rate()
281 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_mp_mmc_determine_rate()
307 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_mp_mmc_set_rate()
A Dccu_nm.h35 struct ccu_common common;
160 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nm()
A Dccu_div.h83 struct ccu_common common;
171 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_div()
A Dccu-sun50i-h6-r.c126 static struct ccu_common *sun50i_h6_r_ccu_clks[] = {
142 static struct ccu_common *sun50i_h616_r_ccu_clks[] = {
A Dccu_common.c24 void ccu_helper_wait_for_lock(struct ccu_common *common, u32 lock) in ccu_helper_wait_for_lock()
99 struct ccu_common *cclk = desc->ccu_clks[i]; in sunxi_ccu_probe()
A D.ccu_common.o.cmd1ccu_common.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/b…
3 source_drivers/clk/sunxi-ng/ccu_common.o := drivers/clk/sunxi-ng/ccu_common.c
5 deps_drivers/clk/sunxi-ng/ccu_common.o := \
994 drivers/clk/sunxi-ng/ccu_common.h \
1000 drivers/clk/sunxi-ng/ccu_common.o: $(deps_drivers/clk/sunxi-ng/ccu_common.o)
1002 $(deps_drivers/clk/sunxi-ng/ccu_common.o):
A Dbuilt-in.a3 ccu_common.o/

Completed in 26 milliseconds

123