Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_sram_mgr.c12 cc_sram_addr_t sram_free_offset; member
55 ctx->sram_free_offset = start; in cc_sram_mgr_init()
81 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()