Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c1358 static struct s32cc_clk_obj *get_module_parent(const struct s32cc_clk_obj *module);
1364 struct s32cc_clk_obj *parent = get_module_parent(module); in enable_module()
1405 parent = get_module_parent(module); in enable_module()
2139 static struct s32cc_clk_obj *get_module_parent(const struct s32cc_clk_obj *module) in get_module_parent() function
2190 parent = get_module_parent(clk->module); in s32cc_clk_get_parent()