Rev 860 | Rev 1007 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 860 | Rev 982 | ||
---|---|---|---|
Line 28... | Line 28... | ||
28 | 28 | ||
29 | #include <arch/asm/regname.h> |
29 | #include <arch/asm/regname.h> |
30 | 30 | ||
31 | .text |
31 | .text |
32 | 32 | ||
33 | .global cpu_halt |
- | |
34 | .global cpu_sleep |
33 | .global cpu_sleep |
35 | .global memsetb |
34 | .global memsetb |
36 | .global memcpy |
35 | .global memcpy |
37 | 36 | ||
38 | cpu_halt: |
- | |
39 | b cpu_halt |
- | |
40 | - | ||
41 | cpu_sleep: |
37 | cpu_sleep: |
42 | b cpu_sleep |
38 | b cpu_sleep |
43 | 39 | ||
44 | memsetb: |
40 | memsetb: |
45 | rlwimi r5, r5, 8, 16, 23 |
41 | rlwimi r5, r5, 8, 16, 23 |