Lines Matching refs:a1
141 move.l #(_flashbar_setup_end-CONFIG_SYS_INT_FLASH_BASE), %a1
145 cmp.l %a0, %a1
191 move.l #(ICACHE_STATUS), %a1 /* icache */
193 move.l %d0, (%a1)
207 move.l #board_init_f_alloc_reserve, %a1
208 jsr (%a1)
216 move.l #board_init_f_init_reserve, %a1
217 jsr (%a1)
220 move.l #cpu_init_f, %a1
221 jsr (%a1)
225 move.l #board_init_f, %a1
226 jsr (%a1)
251 move.l #CONFIG_SYS_MONITOR_BASE, %a1
256 move.l (%a1)+, (%a3)+
257 cmp.l %a1,%a2
264 move.l %a0, %a1
265 add.l #(in_ram - CONFIG_SYS_MONITOR_BASE), %a1
266 jmp (%a1)
274 move.l %a0, %a1
275 add.l #(_sbss - CONFIG_SYS_MONITOR_BASE),%a1
279 clr.l (%a1)+
280 cmp.l %a1,%d1
286 move.l %a0, %a1
287 add.l #(__got_start - CONFIG_SYS_MONITOR_BASE),%a1
288 move.l %a1,%a5 /* fix got pointer register a5 */
294 move.l (%a1),%d1
297 move.l %d1,(%a1)+
298 cmp.l %a2, %a1
302 move.l %a0, %a1
303 add.l #(board_init_r - CONFIG_SYS_MONITOR_BASE), %a1
312 jsr (%a1)