Lines Matching refs:s32cc_clk_obj

45 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;
159 struct s32cc_clk_obj *parent;
174 struct s32cc_clk_obj desc;
175 struct s32cc_clk_obj *parent;
189 struct s32cc_clk_obj desc;
190 struct s32cc_clk_obj *module;
223 struct s32cc_clk_obj desc;
255 struct s32cc_clk_obj desc;
278 struct s32cc_clk_obj desc;
279 struct s32cc_clk_obj *parent;
293 struct s32cc_clk_obj desc;
294 struct s32cc_clk_obj *parent;
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()
326 const struct s32cc_clk_obj *module; in is_s32cc_clk_mux()
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()
412 s32cc_obj2partblocklink(const struct s32cc_clk_obj *mod) in s32cc_obj2partblocklink()
420 static inline struct s32cc_cgm_div *s32cc_obj2cgmdiv(const struct s32cc_clk_obj *mod) in s32cc_obj2cgmdiv()