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