Searched refs:s32cc_obj2clk (Results 1 – 2 of 2) sorted by relevance
81 const struct s32cc_clk *clk = s32cc_obj2clk(module); in get_clk_parent()261 clk = s32cc_obj2clk(source); in get_pll_mux()1131 clk = s32cc_obj2clk(parent); in get_cgm_div_mux()1501 const struct s32cc_clk *clk = s32cc_obj2clk(module); in set_clk_freq()1531 const struct s32cc_clk *clk = s32cc_obj2clk(module); in get_clk_freq()2195 parent_clk = s32cc_obj2clk(parent); in s32cc_clk_get_parent()
316 static inline struct s32cc_clk *s32cc_obj2clk(const struct s32cc_clk_obj *mod) in s32cc_obj2clk() function