Home
last modified time | relevance | path

Searched refs:s32cc_part_block (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/include/drivers/nxp/clk/s32cc/
H A Ds32cc-clk-modules.h254 struct s32cc_part_block { struct
280 struct s32cc_part_block *block; argument
402 static inline struct s32cc_part_block *
407 part_blk_addr = ((uintptr_t)mod) - offsetof(struct s32cc_part_block, desc); in s32cc_obj2partblock()
408 return (struct s32cc_part_block *)part_blk_addr; in s32cc_obj2partblock()
/rk3399_ARM-atf/drivers/nxp/clk/s32cc/
H A Ds32cc_clk_modules.c185 static struct s32cc_part_block part0_block1 =
193 static struct s32cc_part_block part0_block0 =
H A Ds32cc_clk_drv.c1015 const struct s32cc_part_block *block = s32cc_obj2partblock(module); in enable_part_block()
1042 const struct s32cc_part_block *block = s32cc_obj2partblock(module); in get_part_block_parent()
1056 struct s32cc_part_block *block = link->block; in enable_part_block_link()