Home
last modified time | relevance | path

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

/external/u-boot/drivers/crypto/fsl/
Djobdesc.c139 memcpy((uint32_t *)SEC_MEM_PAGE1, (uint32_t *)plain_txt, in_sz); in inline_cnstr_jobdesc_blob_dek()
141 unsigned long start = (unsigned long)SEC_MEM_PAGE1 & in inline_cnstr_jobdesc_blob_dek()
164 append_cmd_ptr(desc, (dma_addr_t)SEC_MEM_PAGE1, in_sz, CMD_SEQ_IN_PTR); in inline_cnstr_jobdesc_blob_dek()
/external/u-boot/include/
Dfsl_sec.h272 #define SEC_MEM_PAGE1 (CAAM_ARB_BASE_ADDR + 0x1000) macro