Lines Matching +full:0 +full:x00130000
22 #define CRUNCH_MVDX0 0
68 ldr r8, =(EP93XX_APB_VIRT_BASE + 0x00130000) @ syscon addr
70 ldr r1, [r8, #0x80]
71 tst r1, #0x00800000 @ access to crunch enabled?
73 mov r3, #0xaa @ unlock syscon swlock
74 str r3, [r8, #0xc0]
75 orr r1, r1, #0x00800000 @ enable access to crunch
76 str r1, [r8, #0x80]
86 ldr r2, [r8, #0x80]
89 teq r1, #0 @ test for last ownership
143 teq r0, #0 @ anything to load?
213 ldr r4, =(EP93XX_APB_VIRT_BASE + 0x00130000) @ syscon addr
218 teq r1, #0 @ any current owner?
220 teq r0, #0 @ any owner?
224 ldr r5, [r4, #0x80] @ enable access to crunch
225 mov r2, #0xaa
226 str r2, [r4, #0xc0]
227 orr r5, r5, #0x00800000
228 str r5, [r4, #0x80]
230 mov r0, #0 @ nothing to load
232 ldr r2, [r4, #0x80] @ flush out enable (@@@)
236 mov r2, #0xaa @ disable access to crunch
237 str r2, [r4, #0xc0]
238 bic r5, r5, #0x00800000
239 str r5, [r4, #0x80]
240 ldr r5, [r4, #0x80] @ flush out enable (@@@)
273 mov r0, #0 @ nothing to load
306 mov r1, #0 @ nothing to save