diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2008-06-03 05:19:32 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2008-06-03 05:19:32 +0000 |
commit | fa5bd07f6bc233f04c60cf79ed86d0111712c23f (patch) | |
tree | d42f078e2cc101052e8e2f710dbbbd9905ab9bce /firmware/export/pp5020.h | |
parent | 191320cd0f39a1dd831273f6ad57602d1b2e6cf9 (diff) |
Oops. Lost sync on a few instances and 'HI' registers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17684 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/pp5020.h')
-rw-r--r-- | firmware/export/pp5020.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index caae5a7e00..6500862e86 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -82,12 +82,12 @@ #define CPU_HI_INT_EN_STAT (*(volatile unsigned long*)(0x60004120)) #define CPU_HI_INT_EN (*(volatile unsigned long*)(0x60004124)) -#define CPU_HI_INT_CLR (*(volatile unsigned long*)(0x60004128)) +#define CPU_HI_INT_DIS (*(volatile unsigned long*)(0x60004128)) #define CPU_HI_INT_PRIORITY (*(volatile unsigned long*)(0x6000412c)) #define COP_HI_INT_EN_STAT (*(volatile unsigned long*)(0x60004130)) #define COP_HI_INT_EN (*(volatile unsigned long*)(0x60004134)) -#define COP_HI_INT_CLR (*(volatile unsigned long*)(0x60004138)) +#define COP_HI_INT_DIS (*(volatile unsigned long*)(0x60004138)) #define COP_HI_INT_PRIORITY (*(volatile unsigned long*)(0x6000413c)) #define TIMER1_IRQ 0 |