Searched refs:DESC_SET_ADDR (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/caam/ |
| D | fsl_caam.c | 7447 #define DESC_SET_ADDR(cmdWord, addr) ((cmdWord) = ADD_OFFSET((uint32_t)(addr))) macro 7668 DESC_SET_ADDR(descriptor[4], N); in caam_pkha_algorithm_operation_command() 7680 DESC_SET_ADDR(descriptor[6], A); in caam_pkha_algorithm_operation_command() 7692 DESC_SET_ADDR(descriptor[8], B); in caam_pkha_algorithm_operation_command() 7704 DESC_SET_ADDR(descriptor[10], E); in caam_pkha_algorithm_operation_command() 7723 DESC_SET_ADDR(descriptor[13], result); in caam_pkha_algorithm_operation_command() 7798 DESC_SET_ADDR(descriptor[4], N); in caam_pkha_ecc_algorithm_operation_command() 7804 DESC_SET_ADDR(descriptor[6], A->X); in caam_pkha_ecc_algorithm_operation_command() 7806 DESC_SET_ADDR(descriptor[8], A->Y); in caam_pkha_ecc_algorithm_operation_command() 7816 DESC_SET_ADDR(descriptor[10], aCurveParam); in caam_pkha_ecc_algorithm_operation_command() [all …]
|