Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/caam/
Dfsl_caam.c7094 #define DESC_SET_ADDR(cmdWord, addr) ((cmdWord) = ADD_OFFSET((uint32_t)(addr))) macro
7315 DESC_SET_ADDR(descriptor[4], N); in caam_pkha_algorithm_operation_command()
7327 DESC_SET_ADDR(descriptor[6], A); in caam_pkha_algorithm_operation_command()
7339 DESC_SET_ADDR(descriptor[8], B); in caam_pkha_algorithm_operation_command()
7351 DESC_SET_ADDR(descriptor[10], E); in caam_pkha_algorithm_operation_command()
7370 DESC_SET_ADDR(descriptor[13], result); in caam_pkha_algorithm_operation_command()
7445 DESC_SET_ADDR(descriptor[4], N); in caam_pkha_ecc_algorithm_operation_command()
7451 DESC_SET_ADDR(descriptor[6], A->X); in caam_pkha_ecc_algorithm_operation_command()
7453 DESC_SET_ADDR(descriptor[8], A->Y); in caam_pkha_ecc_algorithm_operation_command()
7463 DESC_SET_ADDR(descriptor[10], aCurveParam); in caam_pkha_ecc_algorithm_operation_command()
[all …]