Searched refs:s32cc_clk (Results 1 – 7 of 7) sorted by relevance
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);[all …]
10 static struct s32cc_clk *s32cc_clk_get_from_array(const struct s32cc_clk_array *arr, in s32cc_clk_get_from_array()30 struct s32cc_clk *s32cc_get_clk_from_table(const struct s32cc_clk_array *const *clk_arr, in s32cc_get_clk_from_table()34 struct s32cc_clk *clk; in s32cc_get_clk_from_table()48 size_t size, const struct s32cc_clk *clk, in s32cc_get_id_from_table()
81 const struct s32cc_clk *clk = s32cc_obj2clk(module); in get_clk_parent()249 const struct s32cc_clk *clk; in get_pll_mux()706 struct s32cc_clk *clk; in get_mux_parent()728 const struct s32cc_clk *clk; in enable_mux()1119 const struct s32cc_clk *clk; in get_cgm_div_mux()1433 struct s32cc_clk *clk; in s32cc_clk_enable()1501 const struct s32cc_clk *clk = s32cc_obj2clk(module); in set_clk_freq()1531 const struct s32cc_clk *clk = s32cc_obj2clk(module); in get_clk_freq()1584 const struct s32cc_clk *source; in get_pll_freq()1804 const struct s32cc_clk *clk = s32cc_get_arch_clk(mux->source_id); in set_mux_freq()[all …]
11 struct s32cc_clk *s32cc_get_clk_from_table(const struct s32cc_clk_array *const *clk_arr,16 size_t size, const struct s32cc_clk *clk,19 struct s32cc_clk *s32cc_get_arch_clk(unsigned long id);20 int s32cc_get_clk_id(const struct s32cc_clk *clk, unsigned long *id);
188 struct s32cc_clk { struct191 struct s32cc_clk *pclock; argument198 struct s32cc_clk **clks; argument316 static inline struct s32cc_clk *s32cc_obj2clk(const struct s32cc_clk_obj *mod) in s32cc_obj2clk()320 clk_addr = ((uintptr_t)mod) - offsetof(struct s32cc_clk, desc); in s32cc_obj2clk()321 return (struct s32cc_clk *)clk_addr; in s32cc_obj2clk()324 static inline bool is_s32cc_clk_mux(const struct s32cc_clk *clk) in is_s32cc_clk_mux()345 static inline struct s32cc_clkmux *s32cc_clk2mux(const struct s32cc_clk *clk) in s32cc_clk2mux()
102 include ${PLAT_DRIVERS_PATH}/clk/s32cc/s32cc_clk.mk
1870 …- add get_rate for s32cc_clk ([46de0b9](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…