Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c200 const struct s32cc_pll *pll = s32cc_obj2pll(module); in get_pll_parent()
459 const struct s32cc_pll *pll = s32cc_obj2pll(module); in enable_pll()
535 return s32cc_obj2pll(parent); in get_div_pll()
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()
1671 pll = s32cc_obj2pll(pdiv->parent); in set_pll_div_freq()
/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h354 static inline struct s32cc_pll *s32cc_obj2pll(const struct s32cc_clk_obj *mod) in s32cc_obj2pll() function