Lines Matching refs:r5
60 l.lwz r5, 0x1500(r13) # core output clamps
61 l.or r5, r5, r6 # set bit to ...
62 l.sw 0x1500(r13), r5 # ... activate for our core
64 1: l.lwz r5, 0x1c30(r13) # CPU power-on reset
66 l.and r5, r5, r6 # clear bit to ...
67 l.sw 0x1c30(r13), r5 # ... assert for our core
71 l.slli r6, r6, 2 # r5: core number*4 (0-12)
73 l.ori r5, r0, 0xff # 0xff means all switches off
74 l.sw 0x1540(r6), r5 # core power switch registers
87 l.lwz r5, 0x80(r13) # load C_CPU_STATUS
88 l.and r5, r5, r3 # mask requested core
89 l.sfeq r5, r0 # is it not yet in WFI?