Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h97 struct s32cc_pll { struct
354 static inline struct s32cc_pll *s32cc_obj2pll(const struct s32cc_clk_obj *mod) in s32cc_obj2pll()
358 pll_addr = ((uintptr_t)mod) - offsetof(struct s32cc_pll, desc); in s32cc_obj2pll()
359 return (struct s32cc_pll *)pll_addr; in s32cc_obj2pll()
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_modules.c39 static struct s32cc_pll armpll =
141 static struct s32cc_pll periphpll =
166 static struct s32cc_pll ddrpll =
H A Ds32cc_clk_drv.c200 const struct s32cc_pll *pll = s32cc_obj2pll(module); in get_pll_parent()
246 static struct s32cc_clkmux *get_pll_mux(const struct s32cc_pll *pll) in get_pll_mux()
300 static int adjust_odiv_settings(const struct s32cc_pll *pll, uintptr_t pll_addr, in adjust_odiv_settings()
396 static int program_pll(const struct s32cc_pll *pll, uintptr_t pll_addr, in program_pll()
459 const struct s32cc_pll *pll = s32cc_obj2pll(module); in enable_pll()
520 static inline struct s32cc_pll *get_div_pll(const struct s32cc_pll_out_div *pdiv) in get_div_pll()
578 const struct s32cc_pll *pll; in enable_pll_div()
1560 struct s32cc_pll *pll = s32cc_obj2pll(module); in set_pll_freq()
1583 const struct s32cc_pll *pll = s32cc_obj2pll(module); in get_pll_freq()
1657 const struct s32cc_pll *pll; in set_pll_div_freq()
[all …]
/rk3399_ARM-atf/docs/
H A Dchange-log.md1874 …- add get_rate for s32cc_pll ([fbebafa](https://review.trustedfirmware.org/plugins/gitiles/TF-A/tr…