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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/pp5002.h b/firmware/export/pp5002.h
index bbd7003c63..03bab42fb5 100644
--- a/firmware/export/pp5002.h
+++ b/firmware/export/pp5002.h
@@ -105,12 +105,12 @@
105 105
106#define CPU_INT_EN_STAT (*(volatile unsigned long *)(0xcf001020)) 106#define CPU_INT_EN_STAT (*(volatile unsigned long *)(0xcf001020))
107#define CPU_INT_EN (*(volatile unsigned long *)(0xcf001024)) 107#define CPU_INT_EN (*(volatile unsigned long *)(0xcf001024))
108#define CPU_INT_CLR (*(volatile unsigned long *)(0xcf001028)) 108#define CPU_INT_DIS (*(volatile unsigned long *)(0xcf001028))
109#define CPU_INT_PRIORITY (*(volatile unsigned long *)(0xcf00102c)) 109#define CPU_INT_PRIORITY (*(volatile unsigned long *)(0xcf00102c))
110 110
111#define COP_INT_EN_STAT (*(volatile unsigned long *)(0xcf001030)) 111#define COP_INT_EN_STAT (*(volatile unsigned long *)(0xcf001030))
112#define COP_INT_EN (*(volatile unsigned long *)(0xcf001034)) 112#define COP_INT_EN (*(volatile unsigned long *)(0xcf001034))
113#define COP_INT_CLR (*(volatile unsigned long *)(0xcf001038)) 113#define COP_INT_DIS (*(volatile unsigned long *)(0xcf001038))
114#define COP_INT_PRIORITY (*(volatile unsigned long *)(0xcf00103c)) 114#define COP_INT_PRIORITY (*(volatile unsigned long *)(0xcf00103c))
115 115
116#define IDE_IRQ 1 116#define IDE_IRQ 1