Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h116 struct s32cc_pll_out_div { struct
362 static inline struct s32cc_pll_out_div *s32cc_obj2plldiv(const struct s32cc_clk_obj *mod) in s32cc_obj2plldiv()
366 plldiv_addr = ((uintptr_t)mod) - offsetof(struct s32cc_pll_out_div, desc); in s32cc_obj2plldiv()
367 return (struct s32cc_pll_out_div *)plldiv_addr; in s32cc_obj2plldiv()
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_modules.c44 static struct s32cc_pll_out_div arm_pll_phi0_div =
146 static struct s32cc_pll_out_div periph_pll_phi3_div =
171 static struct s32cc_pll_out_div ddr_pll_phi0_div =
H A Ds32cc_clk_drv.c520 static inline struct s32cc_pll *get_div_pll(const struct s32cc_pll_out_div *pdiv) in get_div_pll()
562 const struct s32cc_pll_out_div *pdiv = s32cc_obj2plldiv(module); in get_pll_div_parent()
575 const struct s32cc_pll_out_div *pdiv = s32cc_obj2plldiv(module); in enable_pll_div()
1656 struct s32cc_pll_out_div *pdiv = s32cc_obj2plldiv(module); in set_pll_div_freq()
1705 const struct s32cc_pll_out_div *pdiv = s32cc_obj2plldiv(module); in get_pll_div_freq()
/rk3399_ARM-atf/docs/
H A Dchange-log.md1875 …- add get_rate for s32cc_pll_out_div ([a762c50](https://review.trustedfirmware.org/plugins/gitiles…