Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_modules.c80 static struct s32cc_fixed_div xbar_div2 =
84 static struct s32cc_fixed_div xbar_div4 =
88 static struct s32cc_fixed_div xbar_div6 =
92 static struct s32cc_fixed_div xbar_div8 =
96 static struct s32cc_fixed_div xbar_div12 =
104 static struct s32cc_fixed_div linflex_div =
122 static struct s32cc_fixed_div a53_core_div2 =
128 static struct s32cc_fixed_div a53_core_div10 =
H A Ds32cc_clk_drv.c1755 const struct s32cc_fixed_div *fdiv = s32cc_obj2fixeddiv(module); in set_fixed_div_freq()
1780 const struct s32cc_fixed_div *fdiv = s32cc_obj2fixeddiv(module); in get_fixed_div_freq()
1795 const struct s32cc_fixed_div *fdiv = s32cc_obj2fixeddiv(module); in get_fixed_div_parent()
/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h173 struct s32cc_fixed_div { struct
370 static inline struct s32cc_fixed_div *s32cc_obj2fixeddiv(const struct s32cc_clk_obj *mod) in s32cc_obj2fixeddiv()
374 fdiv_addr = ((uintptr_t)mod) - offsetof(struct s32cc_fixed_div, desc); in s32cc_obj2fixeddiv()
375 return (struct s32cc_fixed_div *)fdiv_addr; in s32cc_obj2fixeddiv()
/rk3399_ARM-atf/docs/
H A Dchange-log.md1873 …- add get_rate for s32cc_fixed_div ([7c298eb](https://review.trustedfirmware.org/plugins/gitiles/T…