Searched refs:sprd_clk_common (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/drivers/clk/sprd/ |
D | common.h | 17 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()
|
D | div.h | 35 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,
|
D | mux.h | 29 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,
|
D | div.c | 12 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()
|
D | gate.c | 15 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()
|
D | mux.c | 14 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()
|
D | composite.h | 18 struct sprd_clk_common common; 61 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_comp()
|
D | pll.h | 61 struct sprd_clk_common common; 120 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_pll()
|
D | sc9860-clk.c | 71 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 …]
|
D | gate.h | 19 struct sprd_clk_common common; 159 struct sprd_clk_common *common = hw_to_sprd_clk_common(hw); in hw_to_sprd_gate()
|
D | ums512-clk.c | 66 static struct sprd_clk_common *ums512_pmu_gate_clks[] = { 137 static struct sprd_clk_common *ums512_g0_pll_clks[] = { 180 static struct sprd_clk_common *ums512_g2_pll_clks[] = { 253 static struct sprd_clk_common *ums512_g3_pll_clks[] = { 351 static struct sprd_clk_common *ums512_gc_pll_clks[] = { 425 static struct sprd_clk_common *ums512_apahb_gate[] = { 624 static struct sprd_clk_common *ums512_ap_clks[] = { 1027 static struct sprd_clk_common *ums512_aon_apb[] = { 1335 static struct sprd_clk_common *ums512_aon_gate[] = { 1569 static struct sprd_clk_common *ums512_audcpapb_gate[] = { [all …]
|
D | sc9863a-clk.c | 43 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 …]
|
D | common.c | 28 struct sprd_clk_common *cclk; in sprd_clk_set_regmap()
|
D | pll.c | 41 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()
|