Searched refs:smgr_ctx (Results 1 – 1 of 1) sorted by relevance
73 struct cc_sram_ctx *smgr_ctx = drvdata->sram_mgr_handle; in cc_sram_alloc() local82 if (size > (CC_CC_SRAM_SIZE - smgr_ctx->sram_free_offset)) { in cc_sram_alloc()84 size, smgr_ctx->sram_free_offset); in cc_sram_alloc()88 p = smgr_ctx->sram_free_offset; in cc_sram_alloc()89 smgr_ctx->sram_free_offset += size; in cc_sram_alloc()