Lines Matching refs:mod

308 static inline struct s32cc_osc *s32cc_obj2osc(const struct s32cc_clk_obj *mod)  in s32cc_obj2osc()  argument
312 osc_addr = ((uintptr_t)mod) - offsetof(struct s32cc_osc, desc); in s32cc_obj2osc()
316 static inline struct s32cc_clk *s32cc_obj2clk(const struct s32cc_clk_obj *mod) in s32cc_obj2clk() argument
320 clk_addr = ((uintptr_t)mod) - offsetof(struct s32cc_clk, desc); in s32cc_obj2clk()
337 static inline struct s32cc_clkmux *s32cc_obj2clkmux(const struct s32cc_clk_obj *mod) in s32cc_obj2clkmux() argument
341 cmux_addr = ((uintptr_t)mod) - offsetof(struct s32cc_clkmux, desc); in s32cc_obj2clkmux()
354 static inline struct s32cc_pll *s32cc_obj2pll(const struct s32cc_clk_obj *mod) in s32cc_obj2pll() argument
358 pll_addr = ((uintptr_t)mod) - offsetof(struct s32cc_pll, desc); in s32cc_obj2pll()
362 static inline struct s32cc_pll_out_div *s32cc_obj2plldiv(const struct s32cc_clk_obj *mod) in s32cc_obj2plldiv() argument
366 plldiv_addr = ((uintptr_t)mod) - offsetof(struct s32cc_pll_out_div, desc); in s32cc_obj2plldiv()
370 static inline struct s32cc_fixed_div *s32cc_obj2fixeddiv(const struct s32cc_clk_obj *mod) in s32cc_obj2fixeddiv() argument
374 fdiv_addr = ((uintptr_t)mod) - offsetof(struct s32cc_fixed_div, desc); in s32cc_obj2fixeddiv()
378 static inline struct s32cc_dfs *s32cc_obj2dfs(const struct s32cc_clk_obj *mod) in s32cc_obj2dfs() argument
382 dfs_addr = ((uintptr_t)mod) - offsetof(struct s32cc_dfs, desc); in s32cc_obj2dfs()
386 static inline struct s32cc_dfs_div *s32cc_obj2dfsdiv(const struct s32cc_clk_obj *mod) in s32cc_obj2dfsdiv() argument
390 dfs_div_addr = ((uintptr_t)mod) - offsetof(struct s32cc_dfs_div, desc); in s32cc_obj2dfsdiv()
394 static inline struct s32cc_part *s32cc_obj2part(const struct s32cc_clk_obj *mod) in s32cc_obj2part() argument
398 part_addr = ((uintptr_t)mod) - offsetof(struct s32cc_part, desc); in s32cc_obj2part()
403 s32cc_obj2partblock(const struct s32cc_clk_obj *mod) in s32cc_obj2partblock() argument
407 part_blk_addr = ((uintptr_t)mod) - offsetof(struct s32cc_part_block, desc); in s32cc_obj2partblock()
412 s32cc_obj2partblocklink(const struct s32cc_clk_obj *mod) in s32cc_obj2partblocklink() argument
416 blk_link = ((uintptr_t)mod) - offsetof(struct s32cc_part_block_link, desc); in s32cc_obj2partblocklink()
420 static inline struct s32cc_cgm_div *s32cc_obj2cgmdiv(const struct s32cc_clk_obj *mod) in s32cc_obj2cgmdiv() argument
424 cgm_div_addr = ((uintptr_t)mod) - offsetof(struct s32cc_cgm_div, desc); in s32cc_obj2cgmdiv()