summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/pp5020.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h
index a34f1251c9..8f70794c79 100644
--- a/firmware/export/pp5020.h
+++ b/firmware/export/pp5020.h
@@ -40,7 +40,7 @@
40#define COP_REPLY (*(volatile unsigned long *)(0x6000100c)) 40#define COP_REPLY (*(volatile unsigned long *)(0x6000100c))
41 41
42/* Interrupts */ 42/* Interrupts */
43#define CPU_INT_STAT (*(volatile unsigned long*)(0x64004000)) 43#define CPU_INT_STAT (*(volatile unsigned long*)(0x60004000))
44#define COP_INT_STAT (*(volatile unsigned long*)(0x60004004)) 44#define COP_INT_STAT (*(volatile unsigned long*)(0x60004004))
45#define CPU_FIQ_STAT (*(volatile unsigned long*)(0x60004008)) 45#define CPU_FIQ_STAT (*(volatile unsigned long*)(0x60004008))
46#define COP_FIQ_STAT (*(volatile unsigned long*)(0x6000400c)) 46#define COP_FIQ_STAT (*(volatile unsigned long*)(0x6000400c))
@@ -60,7 +60,7 @@
60#define COP_INT_CLR (*(volatile unsigned long*)(0x60004038)) 60#define COP_INT_CLR (*(volatile unsigned long*)(0x60004038))
61#define COP_INT_PRIORITY (*(volatile unsigned long*)(0x6000403c)) 61#define COP_INT_PRIORITY (*(volatile unsigned long*)(0x6000403c))
62 62
63#define CPU_HI_INT_STAT (*(volatile unsigned long*)(0x64004100)) 63#define CPU_HI_INT_STAT (*(volatile unsigned long*)(0x60004100))
64#define COP_HI_INT_STAT (*(volatile unsigned long*)(0x60004104)) 64#define COP_HI_INT_STAT (*(volatile unsigned long*)(0x60004104))
65#define CPU_HI_FIQ_STAT (*(volatile unsigned long*)(0x60004108)) 65#define CPU_HI_FIQ_STAT (*(volatile unsigned long*)(0x60004108))
66#define COP_HI_FIQ_STAT (*(volatile unsigned long*)(0x6000410c)) 66#define COP_HI_FIQ_STAT (*(volatile unsigned long*)(0x6000410c))