Home
last modified time | relevance | path

Searched refs:s32cc_dfs (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h141 struct s32cc_dfs { struct
378 static inline struct s32cc_dfs *s32cc_obj2dfs(const struct s32cc_clk_obj *mod) in s32cc_obj2dfs()
382 dfs_addr = ((uintptr_t)mod) - offsetof(struct s32cc_dfs, desc); in s32cc_obj2dfs()
383 return (struct s32cc_dfs *)dfs_addr; in s32cc_obj2dfs()
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_modules.c50 static struct s32cc_dfs armdfs =
152 static struct s32cc_dfs periphdfs =
H A Ds32cc_clk_drv.c773 const struct s32cc_dfs *dfs = s32cc_obj2dfs(module); in get_dfs_parent()
801 const struct s32cc_dfs *dfs = s32cc_obj2dfs(module); in get_dfs_freq()
820 static struct s32cc_dfs *get_div_dfs(const struct s32cc_dfs_div *dfs_div) in get_div_dfs()
959 const struct s32cc_dfs *dfs; in enable_dfs_div()
1848 const struct s32cc_dfs *dfs; in set_dfs_div_freq()
1903 const struct s32cc_dfs *dfs; in get_dfs_div_freq()
/rk3399_ARM-atf/docs/
H A Dchange-log.md1871 …- add get_rate for s32cc_dfs ([2fb2550](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…