/linux/drivers/clk/sunxi-ng/ |
A D | ccu_frac.h | 27 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 D | ccu_sdm.h | 51 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 D | ccu_common.h | 26 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 D | ccu_mux.h | 46 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 D | ccu_frac.c | 13 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 D | ccu_gate.h | 16 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 D | ccu_sdm.c | 12 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 D | ccu_mux.c | 15 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 D | ccu_gate.c | 12 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 D | ccu_phase.h | 17 struct ccu_common common; 35 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_phase()
|
A D | ccu_mmc_timing.c | 23 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 D | ccu_nk.h | 30 struct ccu_common common; 56 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nk()
|
A D | ccu_nkmp.h | 32 struct ccu_common common; 59 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkmp()
|
A D | ccu_mult.h | 42 struct ccu_common common; 63 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mult()
|
A D | ccu_nkm.h | 31 struct ccu_common common; 78 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nkm()
|
A D | ccu-sun8i-de2.c | 56 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 D | ccu_mp.h | 31 struct ccu_common common; 87 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_mp()
|
A D | ccu-sun8i-r.c | 116 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 D | ccu_mp.c | 270 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 D | ccu_nm.h | 35 struct ccu_common common; 160 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_nm()
|
A D | ccu_div.h | 83 struct ccu_common common; 171 struct ccu_common *common = hw_to_ccu_common(hw); in hw_to_ccu_div()
|
A D | ccu-sun50i-h6-r.c | 126 static struct ccu_common *sun50i_h6_r_ccu_clks[] = { 142 static struct ccu_common *sun50i_h616_r_ccu_clks[] = {
|
A D | ccu_common.c | 24 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.cmd | 1 …ccu_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 D | built-in.a | 3 ccu_common.o/
|