Path: blob/master/arch/arm/mach-clps711x/include/mach/irqs.h
17689 views
/*1* arch/arm/mach-clps711x/include/mach/irqs.h2*3* Copyright (C) 2000 Deep Blue Solutions Ltd.4*5* This program is free software; you can redistribute it and/or modify6* it under the terms of the GNU General Public License as published by7* the Free Software Foundation; either version 2 of the License, or8* (at your option) any later version.9*10* This program is distributed in the hope that it will be useful,11* but WITHOUT ANY WARRANTY; without even the implied warranty of12* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13* GNU General Public License for more details.14*15* You should have received a copy of the GNU General Public License16* along with this program; if not, write to the Free Software17* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA18*/1920/*21* Interrupts from INTSR122*/23#define IRQ_CSINT 424#define IRQ_EINT1 525#define IRQ_EINT2 626#define IRQ_EINT3 727#define IRQ_TC1OI 828#define IRQ_TC2OI 929#define IRQ_RTCMI 1030#define IRQ_TINT 1131#define IRQ_UTXINT1 1232#define IRQ_URXINT1 1333#define IRQ_UMSINT 1434#define IRQ_SSEOTI 153536#define INT1_IRQS (0x0000fff0)37#define INT1_ACK_IRQS (0x00004f10)3839/*40* Interrupts from INTSR241*/42#define IRQ_KBDINT (16+0) /* bit 0 */43#define IRQ_SS2RX (16+1) /* bit 1 */44#define IRQ_SS2TX (16+2) /* bit 2 */45#define IRQ_UTXINT2 (16+12) /* bit 12 */46#define IRQ_URXINT2 (16+13) /* bit 13 */4748#define INT2_IRQS (0x30070000)49#define INT2_ACK_IRQS (0x00010000)5051#define NR_IRQS 3052535455