Lines Matching refs:block
1015 const struct s32cc_part_block *block = s32cc_obj2partblock(module); in enable_part_block() local
1016 const struct s32cc_part *part = block->part; in enable_part_block()
1027 if ((block->block >= s32cc_part_block0) && in enable_part_block()
1028 (block->block <= s32cc_part_block15)) { in enable_part_block()
1029 cofb = (uint32_t)block->block - (uint32_t)s32cc_part_block0; in enable_part_block()
1030 mc_me_enable_part_cofb(drv->mc_me, part_no, cofb, block->status); in enable_part_block()
1032 ERROR("Unknown partition block type: %d\n", block->block); in enable_part_block()
1042 const struct s32cc_part_block *block = s32cc_obj2partblock(module); in get_part_block_parent() local
1044 return &block->part->desc; in get_part_block_parent()
1056 struct s32cc_part_block *block = link->block; in enable_part_block_link() local
1066 return enable_module_with_refcount(&block->desc, drv, ldepth); in enable_part_block_link()
1081 const struct s32cc_part_block_link *block = s32cc_obj2partblocklink(module); in get_part_block_link_freq() local
1090 return get_module_rate(block->parent, drv, rate, ldepth); in get_part_block_link_freq()