Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/linux/
Dcc_pal.c35 #define PAL_WORKSPACE_MEM_BASE_ADDR 0x34000000 macro
38 #define PAL_WORKSPACE_MEM_BASE_ADDR 0x10000000 macro
41 #define PAL_WORKSPACE_MEM_BASE_ADDR 0x8A0000000 macro
59 rc = CC_PalDmaInit(PAL_WORKSPACE_MEM_SIZE, PAL_WORKSPACE_MEM_BASE_ADDR); in CC_PalInit()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/pal/freertos/
Dcc_pal.c26 #define PAL_WORKSPACE_MEM_BASE_ADDR 0 macro
44 rc = CC_PalDmaInit(PAL_WORKSPACE_MEM_SIZE, PAL_WORKSPACE_MEM_BASE_ADDR); in CC_PalInit()