Lines Matching refs:r1
16 ldr r1,[r0,#OS_CTRL]
17 orr r1,r1,#CMMASK_RESET
18 str r1,[r0,#OS_CTRL]
77 ldr r1, [r0, #OS_INIT]
79 and r3,r1,r2
88 orr r1,r1,r2
90 str r1, [r0, #OS_INIT]
91 mov r1, #CMVAL_UNLOCK
92 str r1, [r0, #OS_LOCK]
116 ldr r1, [r0, #OS_SDRAM] /* read the SDRAM register */
117 and r1, r1, #0x20 /* mask SPD bit (5) */
118 cmp r1, #0x20 /* test if set */
123 ldrb r1, [r0, #3] /* number of row address lines */
160 mov r1, r1, ASL#8 /* row addr lines from SDRAM reg */
161 orr r2, r1, r2, ASL#12 /* OR in column address lines */
179 ldr r1, [r0, #OS_CTRL]
180 orr r1, r1, #CMMASK_REMAP /* set remap and led bits */
181 str r1, [r0, #OS_CTRL]
186 sub r1,r1,r1 /* destination 0x00000000 */
190 stmia r1!, {r3-r10} /* copy to target address [r1] */