Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h157 struct s32cc_dfs_div { struct
386 static inline struct s32cc_dfs_div *s32cc_obj2dfsdiv(const struct s32cc_clk_obj *mod) in s32cc_obj2dfsdiv()
390 dfs_div_addr = ((uintptr_t)mod) - offsetof(struct s32cc_dfs_div, desc); in s32cc_obj2dfsdiv()
391 return (struct s32cc_dfs_div *)dfs_div_addr; in s32cc_obj2dfsdiv()
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_modules.c52 static struct s32cc_dfs_div arm_dfs1_div =
154 static struct s32cc_dfs_div periph_dfs3_div =
H A Ds32cc_clk_drv.c820 static struct s32cc_dfs *get_div_dfs(const struct s32cc_dfs_div *dfs_div) in get_div_dfs()
832 static int get_dfs_mfi_mfn(unsigned long dfs_freq, const struct s32cc_dfs_div *dfs_div, in get_dfs_mfi_mfn()
944 const struct s32cc_dfs_div *dfs_div = s32cc_obj2dfsdiv(module); in get_dfs_div_parent()
957 const struct s32cc_dfs_div *dfs_div = s32cc_obj2dfsdiv(module); in enable_dfs_div()
1847 struct s32cc_dfs_div *dfs_div = s32cc_obj2dfsdiv(module); in set_dfs_div_freq()
1901 const struct s32cc_dfs_div *dfs_div = s32cc_obj2dfsdiv(module); in get_dfs_div_freq()
/rk3399_ARM-atf/docs/
H A Dchange-log.md1872 …- add get_rate for s32cc_dfs_div ([8f23e76](https://review.trustedfirmware.org/plugins/gitiles/TF-…