Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/sprd/
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()
Ddiv.h35 struct sprd_clk_common common;
62 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_div()
67 long sprd_div_helper_round_rate(struct sprd_clk_common *common,
72 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common,
76 int sprd_div_helper_set_rate(const struct sprd_clk_common *common,
Dmux.h29 struct sprd_clk_common common;
75 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_mux()
82 u8 sprd_mux_helper_get_parent(const struct sprd_clk_common *common,
84 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()
96 struct sprd_clk_common *common = &sg->common; in sprd_gate_is_enabled()
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()
Dcomposite.h18 struct sprd_clk_common common;
61 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_comp()
Dpll.h61 struct sprd_clk_common common;
120 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 …]
Dgate.h19 struct sprd_clk_common common;
159 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_gate()
Dsc9863a-clk.c43 static struct sprd_clk_common *sc9863a_pmu_gate_clks[] = {
151 static struct sprd_clk_common *sc9863a_pll_clks[] = {
208 static struct sprd_clk_common *sc9863a_mpll_clks[] = {
243 static struct sprd_clk_common *sc9863a_rpll_clks[] = {
281 static struct sprd_clk_common *sc9863a_dpll_clks[] = {
706 static struct sprd_clk_common *sc9863a_aon_clks[] = {
978 static struct sprd_clk_common *sc9863a_ap_clks[] = {
1085 static struct sprd_clk_common *sc9863a_apahb_gate_clks[] = {
1328 static struct sprd_clk_common *sc9863a_aonapb_gate_clks[] = {
1572 static struct sprd_clk_common *sc9863a_mm_gate_clks[] = {
[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()