diff options
Diffstat (limited to 'include/asm-mips/inca-ip.h')
| -rw-r--r-- | include/asm-mips/inca-ip.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/include/asm-mips/inca-ip.h b/include/asm-mips/inca-ip.h index dbacb33f8..0c5f1d73c 100644 --- a/include/asm-mips/inca-ip.h +++ b/include/asm-mips/inca-ip.h @@ -894,7 +894,12 @@  /*  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 +  /***********************************************************************/    |