Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c820 static struct s32cc_dfs *get_div_dfs(const struct s32cc_dfs_div *dfs_div) in get_div_dfs() argument
822 const struct s32cc_clk_obj *parent = dfs_div->parent; 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() argument
839 unsigned long out = dfs_div->freq; in get_dfs_mfi_mfn()
868 if (ofreq != dfs_div->freq) { in get_dfs_mfi_mfn()
870 dfs_div->freq); in get_dfs_mfi_mfn()
944 const struct s32cc_dfs_div *dfs_div = s32cc_obj2dfsdiv(module); in get_dfs_div_parent() local
946 if (dfs_div->parent == NULL) { in get_dfs_div_parent()
950 return dfs_div->parent; in get_dfs_div_parent()
957 const struct s32cc_dfs_div *dfs_div = s32cc_obj2dfsdiv(module); in enable_dfs_div() local
[all …]