Major cleanup :
[openwrt.git] / target / linux / brcm63xx-2.6 / files / include / asm-mips / mach-bcm963xx / 6348_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 __6348_INTR_H
21 #define __6348_INTR_H
22
23
24 /*=====================================================================*/
25 /* BCM6348 External Interrupt Level Assignments                       */
26 /*=====================================================================*/
27 #define INTERRUPT_ID_EXTERNAL_0         3
28 #define INTERRUPT_ID_EXTERNAL_1         4
29 #define INTERRUPT_ID_EXTERNAL_2         5
30 #define INTERRUPT_ID_EXTERNAL_3         6
31
32 /*=====================================================================*/
33 /* BCM6348 Timer Interrupt Level Assignments                          */
34 /*=====================================================================*/
35 #define MIPS_TIMER_INT                  7
36
37 /*=====================================================================*/
38 /* Peripheral ISR Table Offset                                              */
39 /*=====================================================================*/
40 #define INTERNAL_ISR_TABLE_OFFSET       8
41
42 /*=====================================================================*/
43 /* Logical Peripheral Interrupt IDs                                    */
44 /*=====================================================================*/
45
46 #define INTERRUPT_ID_TIMER               (INTERNAL_ISR_TABLE_OFFSET + 0)
47 #define INTERRUPT_ID_SPI                 (INTERNAL_ISR_TABLE_OFFSET + 1)
48 #define INTERRUPT_ID_UART                (INTERNAL_ISR_TABLE_OFFSET + 2)
49 #define INTERRUPT_ID_ADSL                (INTERNAL_ISR_TABLE_OFFSET + 4)
50 #define INTERRUPT_ID_ATM                 (INTERNAL_ISR_TABLE_OFFSET + 5)
51 #define INTERRUPT_ID_USBS                (INTERNAL_ISR_TABLE_OFFSET + 6)
52 #define INTERRUPT_ID_EMAC2               (INTERNAL_ISR_TABLE_OFFSET + 7)
53 #define INTERRUPT_ID_EMAC1               (INTERNAL_ISR_TABLE_OFFSET + 8)
54 #define INTERRUPT_ID_EPHY                (INTERNAL_ISR_TABLE_OFFSET + 9)
55 #define INTERRUPT_ID_M2M                 (INTERNAL_ISR_TABLE_OFFSET + 10)
56 #define INTERRUPT_ID_ACLC                (INTERNAL_ISR_TABLE_OFFSET + 11)
57 #define INTERRUPT_ID_USBH                (INTERNAL_ISR_TABLE_OFFSET + 12)
58 #define INTERRUPT_ID_SDRAM               (INTERNAL_ISR_TABLE_OFFSET + 13)
59 #define INTERRUPT_ID_USB_CNTL_RX_DMA     (INTERNAL_ISR_TABLE_OFFSET + 14)
60 #define INTERRUPT_ID_USB_CNTL_TX_DMA     (INTERNAL_ISR_TABLE_OFFSET + 15)
61 #define INTERRUPT_ID_USB_BULK_RX_DMA     (INTERNAL_ISR_TABLE_OFFSET + 16)
62 #define INTERRUPT_ID_USB_BULK_TX_DMA     (INTERNAL_ISR_TABLE_OFFSET + 17)
63 #define INTERRUPT_ID_USB_ISO_RX_DMA      (INTERNAL_ISR_TABLE_OFFSET + 18)
64 #define INTERRUPT_ID_USB_ISO_TX_DMA      (INTERNAL_ISR_TABLE_OFFSET + 19)
65 #define INTERRUPT_ID_EMAC1_RX_DMA        (INTERNAL_ISR_TABLE_OFFSET + 20)
66 #define INTERRUPT_ID_EMAC1_TX_DMA        (INTERNAL_ISR_TABLE_OFFSET + 21)
67 #define INTERRUPT_ID_EMAC2_RX_DMA        (INTERNAL_ISR_TABLE_OFFSET + 22)
68 #define INTERRUPT_ID_EMAC2_TX_DMA        (INTERNAL_ISR_TABLE_OFFSET + 23)
69 #define INTERRUPT_ID_MPI                 (INTERNAL_ISR_TABLE_OFFSET + 24)
70 #define INTERRUPT_ID_DG                  (INTERNAL_ISR_TABLE_OFFSET + 25)
71
72
73 #endif  /* __BCM6348_H */
74