www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / shared / opensource / include / bcm963xx / 6338_intr.h
1 /*
2 <:copyright-gpl 
3  Copyright 2003 Broadcom Corp. All Rights Reserved. 
4  
5  This program is free software; you can distribute it and/or modify it 
6  under the terms of the GNU General Public License (Version 2) as 
7  published by the Free Software Foundation. 
8  
9  This program is distributed in the hope it will be useful, but WITHOUT 
10  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
11  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License 
12  for more details. 
13  
14  You should have received a copy of the GNU General Public License along 
15  with this program; if not, write to the Free Software Foundation, Inc., 
16  59 Temple Place - Suite 330, Boston MA 02111-1307, USA. 
17 :>
18 */
19
20 #ifndef __6338_INTR_H
21 #define __6338_INTR_H
22
23 #ifdef __cplusplus
24     extern "C" {
25 #endif
26
27 #define INTERRUPT_ID_SOFTWARE_0           0
28 #define INTERRUPT_ID_SOFTWARE_1           1
29
30 /*=====================================================================*/
31 /* BCM6338 External Interrupt Level Assignments                       */
32 /*=====================================================================*/
33 #define INTERRUPT_ID_EXTERNAL_0         3
34 #define INTERRUPT_ID_EXTERNAL_1         4
35 #define INTERRUPT_ID_EXTERNAL_2         5
36 #define INTERRUPT_ID_EXTERNAL_3         6
37
38 /*=====================================================================*/
39 /* BCM6338 Timer Interrupt Level Assignments                          */
40 /*=====================================================================*/
41 #define MIPS_TIMER_INT                  7
42
43 /*=====================================================================*/
44 /* Peripheral ISR Table Offset                                              */
45 /*=====================================================================*/
46 #define INTERNAL_ISR_TABLE_OFFSET       8
47
48 /*=====================================================================*/
49 /* Logical Peripheral Interrupt IDs                                    */
50 /*=====================================================================*/
51
52 #define INTERRUPT_ID_TIMER               (INTERNAL_ISR_TABLE_OFFSET + 0)
53 #define INTERRUPT_ID_SPI                 (INTERNAL_ISR_TABLE_OFFSET + 1)
54 #define INTERRUPT_ID_UART                (INTERNAL_ISR_TABLE_OFFSET + 2)
55 #define INTERRUPT_ID_DG                  (INTERNAL_ISR_TABLE_OFFSET + 4)
56 #define INTERRUPT_ID_ADSL                (INTERNAL_ISR_TABLE_OFFSET + 5)
57 #define INTERRUPT_ID_ATM                 (INTERNAL_ISR_TABLE_OFFSET + 6)
58 #define INTERRUPT_ID_USBS                (INTERNAL_ISR_TABLE_OFFSET + 7)
59 #define INTERRUPT_ID_EMAC1               (INTERNAL_ISR_TABLE_OFFSET + 8)
60 #define INTERRUPT_ID_EPHY                (INTERNAL_ISR_TABLE_OFFSET + 9)
61 #define INTERRUPT_ID_SDRAM               (INTERNAL_ISR_TABLE_OFFSET + 10)
62 #define INTERRUPT_ID_USB_CNTL_RX_DMA     (INTERNAL_ISR_TABLE_OFFSET + 11)
63 #define INTERRUPT_ID_USB_CNTL_TX_DMA     (INTERNAL_ISR_TABLE_OFFSET + 12)
64 #define INTERRUPT_ID_USB_BULK_RX_DMA     (INTERNAL_ISR_TABLE_OFFSET + 13)
65 #define INTERRUPT_ID_USB_BULK_TX_DMA     (INTERNAL_ISR_TABLE_OFFSET + 14)
66 #define INTERRUPT_ID_EMAC1_RX_DMA        (INTERNAL_ISR_TABLE_OFFSET + 15)
67 #define INTERRUPT_ID_EMAC1_TX_DMA        (INTERNAL_ISR_TABLE_OFFSET + 16)
68 #define INTERRUPT_ID_SDIO                (INTERNAL_ISR_TABLE_OFFSET + 17)
69
70 #ifdef __cplusplus
71     }
72 #endif                    
73
74 #endif  /* __BCM6338_H */
75