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 ++-- firmware/export/pp5020.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export') 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 diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index 52acb2f21b..caae5a7e00 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -62,12 +62,12 @@ #define CPU_INT_EN_STAT (*(volatile unsigned long*)(0x60004020)) #define CPU_INT_EN (*(volatile unsigned long*)(0x60004024)) -#define CPU_INT_CLR (*(volatile unsigned long*)(0x60004028)) +#define CPU_INT_DIS (*(volatile unsigned long*)(0x60004028)) #define CPU_INT_PRIORITY (*(volatile unsigned long*)(0x6000402c)) #define COP_INT_EN_STAT (*(volatile unsigned long*)(0x60004030)) #define COP_INT_EN (*(volatile unsigned long*)(0x60004034)) -#define COP_INT_CLR (*(volatile unsigned long*)(0x60004038)) +#define COP_INT_DIS (*(volatile unsigned long*)(0x60004038)) #define COP_INT_PRIORITY (*(volatile unsigned long*)(0x6000403c)) #define CPU_HI_INT_STAT (*(volatile unsigned long*)(0x60004100)) -- cgit v1.2.3