Searched refs:sprd_clk_common (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/clk/sprd/ |
H A 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()
|
H A 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 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common, 71 int sprd_div_helper_set_rate(const struct sprd_clk_common *common,
|
H A 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,
|
H A 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()
|
H A 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()
|
H A D | div.c | 21 unsigned long sprd_div_helper_recalc_rate(struct sprd_clk_common *common, in sprd_div_helper_recalc_rate() 45 int sprd_div_helper_set_rate(const struct sprd_clk_common *common, in sprd_div_helper_set_rate()
|
H A 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()
|
H A 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()
|
H A 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[] = { 1001 static struct sprd_clk_common *sc9860_aon_gate[] = { 1319 static struct sprd_clk_common *sc9860_gpu_clk[] = { 1359 static struct sprd_clk_common *sc9860_vsp_clk[] = { 1410 static struct sprd_clk_common *sc9860_vsp_gate[] = { 1465 static struct sprd_clk_common *sc9860_cam_clk[] = { 1596 static struct sprd_clk_common *sc9860_cam_gate[] = { [all …]
|
H A 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()
|
H A 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[] = { 1733 static struct sprd_clk_common *ums512_gpu_clk[] = { [all …]
|
H A 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[] = { 1572 static struct sprd_clk_common *sc9863a_mm_gate_clks[] = { 1626 static struct sprd_clk_common *sc9863a_mm_clk_clks[] = { [all …]
|
H A D | common.c | 27 struct sprd_clk_common *cclk; in sprd_clk_set_regmap()
|
H A 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()
|