]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/asm-mips/inca-ip.h
* Patch by Arun Dharankar, 4 Apr 2003:
[karo-tx-uboot.git] / include / asm-mips / inca-ip.h
index dbacb33f80677ebde38c0bc42d7fea5cbf3b2acf..0c5f1d73cb5cebb0ba004aadd9890ac3162657db 100644 (file)
 /*  Module      :  EBU register address and bits                       */
 /***********************************************************************/
          
+#if defined(CONFIG_INCA_IP)
 #define INCA_IP_EBU                          (0xB8000200)
+#elif defined(CONFIG_PURPLE)
+#define INCA_IP_EBU                          (0xB800D800)
+#endif
+
 /***********************************************************************/   
 
       
@@ -1490,7 +1495,12 @@ If set and clear bit are written concurrently with 1, the associated bit is not
 /*  Module      :  ASC register address and bits                       */
 /***********************************************************************/
          
+#if defined(CONFIG_INCA_IP)
 #define INCA_IP_ASC                          (0xB8000400)
+#elif defined(CONFIG_PURPLE)
+#define INCA_IP_ASC                          (0xBE500000)
+#endif
+
 /***********************************************************************/