Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/caam/
A Dcaam_pwr.c20 size_t nbentries) in caam_pwr_add_backup() argument
32 for (idx = 0; idx < nbentries; idx++) in caam_pwr_add_backup()
36 newelem->nbentries = nbentries; in caam_pwr_add_backup()
67 for (idx = 0; idx < elem->nbentries; idx++, reg++) { in do_save_regs()
97 for (idx = 0; idx < elem->nbentries; idx++, reg++) { in do_restore_regs()
/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_pwr.h35 size_t nbentries; /* Number of entries in the list */ member
50 size_t nbentries);
A Dcaam_utils_mem.h47 uint32_t *caam_calloc_desc(uint8_t nbentries);
A Dcaam_desc_helper.h61 #define DESC_SZBYTES(nbentries) ((nbentries) * sizeof(uint32_t)) argument
/optee_os-3.20.0/core/drivers/crypto/caam/utils/
A Dutils_mem.c132 uint32_t *caam_calloc_desc(uint8_t nbentries) in caam_calloc_desc() argument
134 return mem_alloc(DESC_SZBYTES(nbentries), in caam_calloc_desc()

Completed in 6 milliseconds