18c2ecf20Sopenharmony_ci/*
28c2ecf20Sopenharmony_ci * This file is subject to the terms and conditions of the GNU General Public
38c2ecf20Sopenharmony_ci * License.  See the file "COPYING" in the main directory of this archive
48c2ecf20Sopenharmony_ci * for more details.
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Copyright (C) 1999, 2000, 01, 02, 03 by Ralf Baechle
78c2ecf20Sopenharmony_ci * Copyright (C) 1999, 2000 Silicon Graphics, Inc.
88c2ecf20Sopenharmony_ci * Copyright (C) 2001 Kanoj Sarcar
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci#ifndef __ASM_MACH_IP27_IRQ_H
118c2ecf20Sopenharmony_ci#define __ASM_MACH_IP27_IRQ_H
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#define NR_IRQS 256
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ci#include <asm/mach-generic/irq.h>
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci#define IP27_HUB_PEND0_IRQ	(MIPS_CPU_IRQ_BASE + 2)
188c2ecf20Sopenharmony_ci#define IP27_HUB_PEND1_IRQ	(MIPS_CPU_IRQ_BASE + 3)
198c2ecf20Sopenharmony_ci#define IP27_RT_TIMER_IRQ	(MIPS_CPU_IRQ_BASE + 4)
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_ci#define IP27_HUB_IRQ_BASE	(MIPS_CPU_IRQ_BASE + 8)
228c2ecf20Sopenharmony_ci#define IP27_HUB_IRQ_COUNT	128
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ci#endif /* __ASM_MACH_IP27_IRQ_H */
25