From 191320cd0f39a1dd831273f6ad57602d1b2e6cf9 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 3 Jun 2008 05:08:24 +0000 Subject: Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17683 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pp5002.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/pp5002.h') 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 @@ #define CPU_INT_EN_STAT (*(volatile unsigned long *)(0xcf001020)) #define CPU_INT_EN (*(volatile unsigned long *)(0xcf001024)) -#define CPU_INT_CLR (*(volatile unsigned long *)(0xcf001028)) +#define CPU_INT_DIS (*(volatile unsigned long *)(0xcf001028)) #define CPU_INT_PRIORITY (*(volatile unsigned long *)(0xcf00102c)) #define COP_INT_EN_STAT (*(volatile unsigned long *)(0xcf001030)) #define COP_INT_EN (*(volatile unsigned long *)(0xcf001034)) -#define COP_INT_CLR (*(volatile unsigned long *)(0xcf001038)) +#define COP_INT_DIS (*(volatile unsigned long *)(0xcf001038)) #define COP_INT_PRIORITY (*(volatile unsigned long *)(0xcf00103c)) #define IDE_IRQ 1 -- cgit v1.2.3