Lines Matching refs:r2
57 mov r2, #0x0000
76 mrc p15, #0x00, r2, c1, c0, #0x02
77 orr r2, r2, #0xF00000
78 mcr p15, #0x00, r2, c1, c0, #0x02
80 fmrx r2, fpexc
81 orr r2, r2, #0x40000000
82 fmxr fpexc, r2
130 ldr r2, =_data_end /* .data end in image */
139 cmp r3, r2 /* check if data to clear */
145 ldr r2,=__bss_end__ /* bss end */
148 cmp r1,r2 /* check if data to clear */
159 ldr r2, [r0], #4
162 bx r2
377 stmfd sp!, {r0-r2}
379 ldr r2, ESMSR1_ERR_CLR
380 str r2, [r0] @ clear the ESMSR1 register
383 ldr r2, ESMSR2_ERR_CLR
384 str r2, [r0] @ clear the ESMSR2 register
387 ldr r2, ESMSSR2_ERR_CLR
388 str r2, [r0] @ clear the ESMSSR2 register
391 mov r2, #0x5 @ load R2 with 0x5
392 str r2, [r0] @ clear the ESMKEY register
395 ldr r2, VIM_INT_CLR
396 str r2, [r0] @ clear the INTREQ register
398 ldr r2, CCMR4_ERR_CLR
399 str r2, [r0] @ clear the CCMR4 status register
400 ldmfd sp!, {r0-r2}