Searched refs:words (Results 1 – 7 of 7) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ltc/ |
D | fsl_ltc.c | 808 uint32_t words; in ltc_move_block_to_ififo() local 810 words = num_bytes / 4u; in ltc_move_block_to_ififo() 813 words++; in ltc_move_block_to_ififo() 816 if (words > 4u) in ltc_move_block_to_ififo() 818 words = 4; in ltc_move_block_to_ififo() 821 while (i < words) in ltc_move_block_to_ififo() 3286 uint32_t words; in ltc_hash_block_to_ififo() local 3288 words = numBytes / 4u; in ltc_hash_block_to_ififo() 3291 words++; in ltc_hash_block_to_ififo() 3294 if (words > blockSize / 4u) in ltc_hash_block_to_ififo() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
D | tfa9xxx_parameters.h | 94 int words[]; /* payload in signed 32bit integer (two's complement) */ member
|
D | tfa2_container.c | 31 … dev_dbg(&tfa->i2c->dev, "dsp mem (%d): 0x%02x=0x%04x\n", cfmem->type, address, cfmem->words[i]); in tfa2_cnt_write_dspmem() 32 …_i2c_write_cf_mem32(tfa->i2c, address++, (int32_t *)cfmem + offsetof(nxpTfaDspMem_t, words) + i, 1, in tfa2_cnt_write_dspmem()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/docs/ |
D | run_a_project_using_armgcc.md | 11 …from launchpad.net/gcc-arm-embedded. This is the actual toolset (in other words,compiler, linker, …
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
D | mmcau_aes_functions.s | 972 # XOR the first 4 keys into the 4 words of plaintext 1179 # XOR the last 4 keys with the 4 words of ciphertext 1276 # XOR the last 4 keys into the 4 words of ciphertext 1495 # XOR the first 4 keys with the 4 words of plaintext
|
/hal_nxp-3.5.0/s32/drivers/s32k3/Fls/src/ |
D | Qspi_Ip_Sfdp.c | 1135 const uint32 *words 3598 const uint32 *words in Qspi_Ip_SfdpAdd2dopiOperation() argument 3620 nextByte = (uint8)((words[dopiSwitchWord[cnt]] >> dopiSwitchShift[cnt]) & 0xFFU); in Qspi_Ip_SfdpAdd2dopiOperation()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/mmcau/asm-cm4-cm7/src/ |
D | mmcau_aes_functions.s | 596 # load the 16 plain text bytes (4 words) into r4-r7
|