Searched defs:mod (Results 1 – 3 of 3) sorted by relevance
308 static inline struct s32cc_osc *s32cc_obj2osc(const struct s32cc_clk_obj *mod) in s32cc_obj2osc()316 static inline struct s32cc_clk *s32cc_obj2clk(const struct s32cc_clk_obj *mod) in s32cc_obj2clk()337 static inline struct s32cc_clkmux *s32cc_obj2clkmux(const struct s32cc_clk_obj *mod) in s32cc_obj2clkmux()354 static inline struct s32cc_pll *s32cc_obj2pll(const struct s32cc_clk_obj *mod) in s32cc_obj2pll()362 static inline struct s32cc_pll_out_div *s32cc_obj2plldiv(const struct s32cc_clk_obj *mod) in s32cc_obj2plldiv()370 static inline struct s32cc_fixed_div *s32cc_obj2fixeddiv(const struct s32cc_clk_obj *mod) in s32cc_obj2fixeddiv()378 static inline struct s32cc_dfs *s32cc_obj2dfs(const struct s32cc_clk_obj *mod) in s32cc_obj2dfs()386 static inline struct s32cc_dfs_div *s32cc_obj2dfsdiv(const struct s32cc_clk_obj *mod) in s32cc_obj2dfsdiv()394 static inline struct s32cc_part *s32cc_obj2part(const struct s32cc_clk_obj *mod) in s32cc_obj2part()403 s32cc_obj2partblock(const struct s32cc_clk_obj *mod) in s32cc_obj2partblock()[all …]
136 #define IS_CHAINING_MODE(mod, cr) \ argument139 #define SET_CHAINING_MODE(mod, cr) \ argument
1326 static int exec_cb_with_refcount(enable_clk_t en_cb, struct s32cc_clk_obj *mod, in exec_cb_with_refcount()