Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * This file is subject to the terms and conditions of the GNU General Public
0003  * License.  See the file "COPYING" in the main directory of this archive
0004  * for more details.
0005  *
0006  * Copyright (C) 1999, 2000, 01, 02, 03 by Ralf Baechle
0007  * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
0008  * Copyright (C) 2001 Kanoj Sarcar
0009  */
0010 #ifndef __ASM_MACH_IP27_IRQ_H
0011 #define __ASM_MACH_IP27_IRQ_H
0012 
0013 #define NR_IRQS 256
0014 
0015 #include <asm/mach-generic/irq.h>
0016 
0017 #define IP27_HUB_PEND0_IRQ  (MIPS_CPU_IRQ_BASE + 2)
0018 #define IP27_HUB_PEND1_IRQ  (MIPS_CPU_IRQ_BASE + 3)
0019 #define IP27_RT_TIMER_IRQ   (MIPS_CPU_IRQ_BASE + 4)
0020 
0021 #define IP27_HUB_IRQ_BASE   (MIPS_CPU_IRQ_BASE + 8)
0022 #define IP27_HUB_IRQ_COUNT  128
0023 
0024 #endif /* __ASM_MACH_IP27_IRQ_H */