Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h45 struct s32cc_clk_obj { struct
51 struct s32cc_clk_obj desc; argument
70 struct s32cc_clk_obj desc;
98 struct s32cc_clk_obj desc;
99 struct s32cc_clk_obj *source;
117 struct s32cc_clk_obj desc;
118 struct s32cc_clk_obj *parent;
142 struct s32cc_clk_obj desc;
143 struct s32cc_clk_obj *parent;
158 struct s32cc_clk_obj desc;
[all …]
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c37 static int set_module_rate(const struct s32cc_clk_obj *module,
40 static int get_module_rate(const struct s32cc_clk_obj *module,
75 static int enable_module(struct s32cc_clk_obj *module,
79 static struct s32cc_clk_obj *get_clk_parent(const struct s32cc_clk_obj *module) in get_clk_parent()
167 static int enable_osc(struct s32cc_clk_obj *module, in enable_osc()
198 static struct s32cc_clk_obj *get_pll_parent(const struct s32cc_clk_obj *module) in get_pll_parent()
248 const struct s32cc_clk_obj *source = pll->source; in get_pll_mux()
455 static int enable_pll(struct s32cc_clk_obj *module, in enable_pll()
522 const struct s32cc_clk_obj *parent; in get_div_pll()
560 static struct s32cc_clk_obj *get_pll_div_parent(const struct s32cc_clk_obj *module) in get_pll_div_parent()
[all …]