Home
last modified time | relevance | path

Searched refs:s32cc_clk (Results 1 – 7 of 7) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_modules.c19 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 …]
H A Ds32cc_clk_utils.c10 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()
H A Ds32cc_clk_drv.c81 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 …]
/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-utils.h11 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);
H A Ds32cc-clk-modules.h188 struct s32cc_clk { struct
191 struct s32cc_clk *pclock; argument
198 struct s32cc_clk **clks; argument
316 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()
/rk3399_ARM-atf/drivers/nxp/
H A Ddrivers.mk102 include ${PLAT_DRIVERS_PATH}/clk/s32cc/s32cc_clk.mk
/rk3399_ARM-atf/docs/
H A Dchange-log.md1870 …- add get_rate for s32cc_clk ([46de0b9](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…