Path: blob/master/arch/arm/mach-integrator/include/mach/irqs.h
15162 views
/*1* arch/arm/mach-integrator/include/mach/irqs.h2*3* Copyright (C) 1999 ARM Limited4* Copyright (C) 2000 Deep Blue Solutions Ltd.5*6* This program is free software; you can redistribute it and/or modify7* it under the terms of the GNU General Public License as published by8* the Free Software Foundation; either version 2 of the License, or9* (at your option) any later version.10*11* This program is distributed in the hope that it will be useful,12* but WITHOUT ANY WARRANTY; without even the implied warranty of13* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the14* GNU General Public License for more details.15*16* You should have received a copy of the GNU General Public License17* along with this program; if not, write to the Free Software18* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19*/2021/*22* Interrupt numbers23*/24#define IRQ_PIC_START 025#define IRQ_SOFTINT 026#define IRQ_UARTINT0 127#define IRQ_UARTINT1 228#define IRQ_KMIINT0 329#define IRQ_KMIINT1 430#define IRQ_TIMERINT0 531#define IRQ_TIMERINT1 632#define IRQ_TIMERINT2 733#define IRQ_RTCINT 834#define IRQ_AP_EXPINT0 935#define IRQ_AP_EXPINT1 1036#define IRQ_AP_EXPINT2 1137#define IRQ_AP_EXPINT3 1238#define IRQ_AP_PCIINT0 1339#define IRQ_AP_PCIINT1 1440#define IRQ_AP_PCIINT2 1541#define IRQ_AP_PCIINT3 1642#define IRQ_AP_V3INT 1743#define IRQ_AP_CPINT0 1844#define IRQ_AP_CPINT1 1945#define IRQ_AP_LBUSTIMEOUT 2046#define IRQ_AP_APCINT 2147#define IRQ_CP_CLCDCINT 2248#define IRQ_CP_MMCIINT0 2349#define IRQ_CP_MMCIINT1 2450#define IRQ_CP_AACIINT 2551#define IRQ_CP_CPPLDINT 2652#define IRQ_CP_ETHINT 2753#define IRQ_CP_TSPENINT 2854#define IRQ_PIC_END 315556#define IRQ_CIC_START 3257#define IRQ_CM_SOFTINT 3258#define IRQ_CM_COMMRX 3359#define IRQ_CM_COMMTX 3460#define IRQ_CIC_END 346162/*63* IntegratorCP only64*/65#define IRQ_SIC_START 3566#define IRQ_SIC_CP_SOFTINT 3567#define IRQ_SIC_CP_RI0 3668#define IRQ_SIC_CP_RI1 3769#define IRQ_SIC_CP_CARDIN 3870#define IRQ_SIC_CP_LMINT0 3971#define IRQ_SIC_CP_LMINT1 4072#define IRQ_SIC_CP_LMINT2 4173#define IRQ_SIC_CP_LMINT3 4274#define IRQ_SIC_CP_LMINT4 4375#define IRQ_SIC_CP_LMINT5 4476#define IRQ_SIC_CP_LMINT6 4577#define IRQ_SIC_CP_LMINT7 4678#define IRQ_SIC_END 467980#define NR_IRQS 4781828384