Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/
Dmmcau_sha1_functions.s60 # store regs r4-r5, we need to restore them at the end of the routine
61 push {r4-r5} @ store regs
71 stmia r0!, {r1-r5} @ store in sha1_state[0-4]
126 # store *msg_data, num_blks, and *sha1_state, we need them later in the routine
127 # store regs r4-r7, we need to restore them at the end of the routine
128 push {r0-r2, r4-r7} @ store *msg_data, num_blks, *sha1_state, regs
133 # stmia r1!, {r3-r7} @ store in CA[0-4]
148 # stmia r2!, {r3-r7} @ store sha1_state[0-4]
159 str r3, [r4] @ store in CAA
168 str r1, [sp, #344] @ store *sha1_k
[all …]
Dmmcau_sha256_functions.s60 # store regs r4-r7, we need to restore them at the end of the routine
61 push {r4-r7} @ store regs
65 # stmia r0!, {r4-r7} @ store in output[0-3]
73 # stmia r0!, {r4-r7} @ store in output[4-7]
134 # store *input, num_blks, and *output, we need them later in the routine
135 # store regs r4-r10, we need to restore them at the end of the routine
136 push {r4-r7, lr} @ store low regs and link reg
142 push {r0-r2, r3-r7} @ store *input, num_blks, *output, high regs
149 # stmia r1!, {r4-r7} @ store in CA[0-3]
157 # stmia r1!, {r4-r7} @ store in CA[4-7]
[all …]
Dmmcau_aes_functions.s67 # store regs r4-r12 and r14, we need to restore them at the end of the routine
68 push {r4-r7, lr} @ store low regs and link reg
74 push {r3-r7} @ store high regs
114 mov r1, r3 @ store r3 in scratch r1 to be interruptible
131 stmia r2!, {r3-r7} @ store key_sch[0-4], key_sch++
142 stmia r2!, {r0-r1, r7} @ store key_sch[5-7], key_sch++
161 stmia r2!, {r3-r6} @ store key_sch[8-11], *key_sch++
178 stmia r2!, {r3-r6} @ store key_sch[12-15], *key_sch++
200 stmia r2!, {r3-r6} @ store key_sch[16-19], *key_sch++
217 stmia r2!, {r3-r6} @ store key_sch[20-23], *key_sch++
[all …]
Dmmcau_md5_functions.s58 # store reg r4, we need to restore it at the end of the routine
59 push {r4} @ store reg
67 # stmia r0!, {r1-r4} @ store in md5_state[0-3]
113 # store num_blks and *md5_state, we need them later in the routine
114 # store regs r4-r7, we need to restore them at the end of the routine
115 push {r1-r2, r4-r7} @ store num_blks, *md5_state, regs
993 # stmia r6!, {r1-r4} @ store updated md5_state[0-3]
1013 str r5, [sp, #0] @ store num_blks
1053 # store regs r4-r7 and r14, we need to restore them at the end of the routine
1054 push {r4-r7, lr} @ store regs
[all …]
/hal_nxp-latest/mcux/mcux-sdk/middleware/mmcau/asm-cm4-cm7/src/
Dmmcau_aes_functions.s119 stmia r2!, {r4-r7} @ store key_sch[8-11]
130 stmia r2!, {r1,r3,r8-r9} @ store key_sch[12-15]
144 stmia r2!, {r4-r7} @ store key_sch[16-19]
155 stmia r2!, {r1,r3,r8-r9} @ store key_sch[20-23]
169 stmia r2!, {r4-r7} @ store key_sch[24-27]
180 stmia r2!, {r1,r3,r8-r9} @ store key_sch[28-31]
194 stmia r2!, {r4-r7} @ store key_sch[32-35]
205 stmia r2!, {r1,r3,r8-r9} @ store key_sch[36-39]
219 stmia r2!, {r4-r7} @ store key_sch[40-43]
230 stmia r2!, {r1,r3,r8-r9} @ store key_sch[44-47]
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/dpu/
Dfsl_dpu.c2377 DPU_STORE_Type *store; in DPU_InitStore() local
2381 store = (DPU_STORE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_InitStore()
2384 store->STATICCONTROL = DPU_UNIT_SHDEN_MASK; in DPU_InitStore()
2387 store->RINGBUFSTARTADDR = 0U; in DPU_InitStore()
2388 store->RINGBUFWRAPADDR = 0U; in DPU_InitStore()
2391 store->BURSTBUFFERMANAGEMENT = DPU_BURSTBUFFERMANAGEMENT_SETBURSTLENGTH(16); in DPU_InitStore()
2416 DPU_STORE_Type *store = (DPU_STORE_Type *)(((uint32_t)base) + DPU_GET_UNIT_OFFSET(unit)); in DPU_SetStoreDstBufferConfig() local
2418 store->BASEADDRESS = config->baseAddr; in DPU_SetStoreDstBufferConfig()
2419 store->DESTINATIONBUFFERATTRIBUTES = in DPU_SetStoreDstBufferConfig()
2421store->DESTINATIONBUFFERDIMENSION = DPU_MAKE_DIMENSION(config->bufferHeight - 1UL, config->bufferW… in DPU_SetStoreDstBufferConfig()
[all …]
/hal_nxp-latest/mcux/mcux-sdk/drivers/prince/
Dfsl_prince.c180 status_t PRINCE_GenNewIV(prince_region_t region, uint8_t *iv_code, bool store, flash_config_t *flas… in PRINCE_GenNewIV() argument
196 if ((kStatus_Success == status) && (true == store)) in PRINCE_GenNewIV()
Dfsl_prince.h271 status_t PRINCE_GenNewIV(prince_region_t region, uint8_t *iv_code, bool store, flash_config_t *flas…
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md94 - **FSL_PM_SUPPORT_ALAWAYS_ON_SECTION** --> Allows to store variables in an always-on RAM.