Home
last modified time | relevance | path

Searched refs:sprd_clk_common (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/drivers/clk/sprd/
Ddiv.h35 struct sprd_clk_common common;
54 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_div()
59 long sprd_div_helper_round_rate(struct sprd_clk_common *common,
64 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common,
68 int sprd_div_helper_set_rate(const struct sprd_clk_common *common,
Dcommon.h17 struct sprd_clk_common { struct
24 struct sprd_clk_common **clk_clks; argument
29 static inline struct sprd_clk_common *
32 return container_of(hw, struct sprd_clk_common, hw); in hw_to_sprd_clk_common()
Dmux.h29 struct sprd_clk_common common;
61 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_mux()
68 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common,
70 int sprd_mux_helper_set_parent(const struct sprd_clk_common *common,
Ddiv.c12 long sprd_div_helper_round_rate(struct sprd_clk_common *common, in sprd_div_helper_round_rate()
31 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common, in sprd_div_helper_recalc_rate()
55 int sprd_div_helper_set_rate(const struct sprd_clk_common *common, in sprd_div_helper_set_rate()
Dgate.c15 const struct sprd_clk_common *common = &sg->common; in clk_gate_toggle()
33 const struct sprd_clk_common *common = &sg->common; in clk_sc_gate_toggle()
85 struct sprd_clk_common *common = &sg->common; in sprd_gate_is_enabled()
Dcomposite.h18 struct sprd_clk_common common;
44 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_comp()
Dgate.h18 struct sprd_clk_common common;
51 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_gate()
Dmux.c14 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common, in sprd_mux_helper_get_parent()
46 int sprd_mux_helper_set_parent(const struct sprd_clk_common *common, in sprd_mux_helper_set_parent()
Dpll.h61 struct sprd_clk_common common;
101 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_pll()
Dsc9860-clk.c71 static struct sprd_clk_common *sc9860_pmu_gate_clks[] = {
302 static struct sprd_clk_common *sc9860_pll_clks[] = {
438 static struct sprd_clk_common *sc9860_ap_clks[] = {
657 static struct sprd_clk_common *sc9860_aon_prediv[] = {
782 static struct sprd_clk_common *sc9860_apahb_gate[] = {
1001 static struct sprd_clk_common *sc9860_aon_gate[] = {
1204 static struct sprd_clk_common *sc9860_aonsecure_clk[] = {
1261 static struct sprd_clk_common *sc9860_agcp_gate[] = {
1319 static struct sprd_clk_common *sc9860_gpu_clk[] = {
1359 static struct sprd_clk_common *sc9860_vsp_clk[] = {
[all …]
Dcommon.c28 struct sprd_clk_common *cclk; in sprd_clk_set_regmap()
Dpll.c41 const struct sprd_clk_common *common = &pll->common; in sprd_pll_read()
56 const struct sprd_clk_common *common = &pll->common; in sprd_pll_write()