Home
last modified time | relevance | path

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

/trusty/hardware/nxp/platform/imx/soc/imx6ul/include/
Dimx-regs.h45 #define CAAM_SEC_RAM_SIZE 0x8000 macro
/trusty/hardware/nxp/platform/imx/soc/imx7d/include/
Dimx-regs.h45 #define CAAM_SEC_RAM_SIZE 0x8000 macro
/trusty/hardware/nxp/app/hwcrypto/
Dcaam.c164 sram_base = mmap(NULL, CAAM_SEC_RAM_SIZE, PROT_READ | PROT_WRITE, in init_caam_env()