Lines Matching refs:s32cc_clk

19 static struct s32cc_clk fxosc_clk =
24 static struct s32cc_clk firc_clk =
29 static struct s32cc_clk sirc_clk =
37 static struct s32cc_clk arm_pll_mux_clk =
41 static struct s32cc_clk arm_pll_vco_clk =
46 static struct s32cc_clk arm_pll_phi0_clk =
54 static struct s32cc_clk arm_dfs1_clk =
62 static struct s32cc_clk cgm0_mux0_clk = S32CC_MODULE_CLK(cgm0_mux0);
69 static struct s32cc_clk cgm0_mux8_clk = S32CC_MODULE_CLK(cgm0_mux8);
75 static struct s32cc_clk cgm0_mux14_clk = S32CC_MODULE_CLK(cgm0_mux14);
78 static struct s32cc_clk xbar_2x_clk =
82 static struct s32cc_clk xbar_clk =
86 static struct s32cc_clk xbar_div2_clk =
90 static struct s32cc_clk xbar_div3_clk =
94 static struct s32cc_clk xbar_div4_clk =
98 static struct s32cc_clk xbar_div6_clk =
102 static struct s32cc_clk linflex_baud_clk =
106 static struct s32cc_clk linflex_clk =
115 static struct s32cc_clk cgm1_mux0_clk = S32CC_MODULE_CLK(cgm1_mux0);
118 static struct s32cc_clk a53_core_clk =
124 static struct s32cc_clk a53_core_div2_clk =
130 static struct s32cc_clk a53_core_div10_clk =
139 static struct s32cc_clk periph_pll_mux_clk =
143 static struct s32cc_clk periph_pll_vco_clk =
148 static struct s32cc_clk periph_pll_phi3_clk =
156 static struct s32cc_clk periph_dfs3_clk =
164 static struct s32cc_clk ddr_pll_mux_clk =
168 static struct s32cc_clk ddr_pll_vco_clk =
173 static struct s32cc_clk ddr_pll_phi0_clk =
182 static struct s32cc_clk cgm5_mux0_clk = S32CC_MODULE_CLK(cgm5_mux0);
189 static struct s32cc_clk ddr_clk =
198 static struct s32cc_clk usdhc_clk =
201 static struct s32cc_clk *s32cc_hw_clk_list[37] = {
224 static struct s32cc_clk *s32cc_arch_clk_list[24] = {
273 struct s32cc_clk *s32cc_get_arch_clk(unsigned long id) in s32cc_get_arch_clk()
280 int s32cc_get_clk_id(const struct s32cc_clk *clk, unsigned long *id) in s32cc_get_clk_id()