Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h308 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 …]
/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_saes.c136 #define IS_CHAINING_MODE(mod, cr) \ argument
139 #define SET_CHAINING_MODE(mod, cr) \ argument
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_drv.c1326 static int exec_cb_with_refcount(enable_clk_t en_cb, struct s32cc_clk_obj *mod, in exec_cb_with_refcount()