Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_common.h28 #define JROWNER_SECURE 0x10 macro
37 JROWN_ARM_S = JROWNER_SECURE | 0x4, /* Secure ARM */
42 JROWN_ARM_S = JROWNER_SECURE | 0x7, /* Secure ARM */
47 JROWN_ARM_S = JROWNER_SECURE | 0x1, /* Secure ARM */
/optee_os/core/drivers/crypto/caam/hal/imx_6_7/
H A Dhal_jr.c37 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
39 cfg_ms = JRxMIDR_MS_JROWN_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
45 cfg_ls = JRxMIDR_LS_SEQ_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
46 cfg_ls |= JRxMIDR_LS_NONSEQ_MID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
/optee_os/core/drivers/crypto/caam/hal/imx_8ulp/
H A Dhal_jr.c38 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
40 cfg_ms = JRxDID_MS_PRIM_DID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
43 cfg_ms |= JRxDID_MS_PRIM_ICID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
/optee_os/core/drivers/crypto/caam/hal/imx_8m/
H A Dhal_jr.c37 if (owner & JROWNER_SECURE) { in caam_hal_jr_setowner()
39 cfg_ms = JRxDID_MS_PRIM_DID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()
42 cfg_ms |= JRxDID_MS_PRIM_ICID(owner & ~JROWNER_SECURE); in caam_hal_jr_setowner()