summaryrefslogtreecommitdiff
path: root/firmware/export/pp5002.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pp5002.h')
-rw-r--r--firmware/export/pp5002.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index ef131fe6d6..9636313390 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -73,6 +73,9 @@
73#define CPU_INT_STAT (*(volatile unsigned long*)(0xcf001000)) 73#define CPU_INT_STAT (*(volatile unsigned long*)(0xcf001000))
74#define CPU_INT_EN (*(volatile unsigned long*)(0xcf001024)) 74#define CPU_INT_EN (*(volatile unsigned long*)(0xcf001024))
75#define CPU_INT_CLR (*(volatile unsigned long*)(0xcf001028)) 75#define CPU_INT_CLR (*(volatile unsigned long*)(0xcf001028))
76#define COP_INT_STAT (*(volatile unsigned long*)(0xcf001010)) /* A guess */
77#define COP_INT_EN (*(volatile unsigned long*)(0xcf001034))
78#define COP_INT_CLR (*(volatile unsigned long*)(0xcf001038))
76 79
77#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000)) 80#define USB2D_IDENT (*(volatile unsigned long*)(0xc5000000))
78#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4)) 81#define USB_STATUS (*(volatile unsigned long*)(0xc50001a4))