Path: blob/master/arch/arm/mach-msm/include/mach/irqs-8x50.h
17736 views
/* Copyright (c) 2008-2009, Code Aurora Forum. All rights reserved.1*2* This program is free software; you can redistribute it and/or modify3* it under the terms of the GNU General Public License version 2 and4* only version 2 as published by the Free Software Foundation.5*6* This program is distributed in the hope that it will be useful,7* but WITHOUT ANY WARRANTY; without even the implied warranty of8* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the9* GNU General Public License for more details.10*/1112#ifndef __ASM_ARCH_MSM_IRQS_8XXX_H13#define __ASM_ARCH_MSM_IRQS_8XXX_H1415/* MSM ACPU Interrupt Numbers */1617#define INT_A9_M2A_0 018#define INT_A9_M2A_1 119#define INT_A9_M2A_2 220#define INT_A9_M2A_3 321#define INT_A9_M2A_4 422#define INT_A9_M2A_5 523#define INT_A9_M2A_6 624#define INT_GP_TIMER_EXP 725#define INT_DEBUG_TIMER_EXP 826#define INT_SIRC_0 927#define INT_SDC3_0 1028#define INT_SDC3_1 1129#define INT_SDC4_0 1230#define INT_SDC4_1 1331#define INT_AD6_EXT_VFR 1432#define INT_USB_OTG 1533#define INT_MDDI_PRI 1634#define INT_MDDI_EXT 1735#define INT_MDDI_CLIENT 1836#define INT_MDP 1937#define INT_GRAPHICS 2038#define INT_ADM_AARM 2139#define INT_ADSP_A11 2240#define INT_ADSP_A9_A11 2341#define INT_SDC1_0 2442#define INT_SDC1_1 2543#define INT_SDC2_0 2644#define INT_SDC2_1 2745#define INT_KEYSENSE 2846#define INT_TCHSCRN_SSBI 2947#define INT_TCHSCRN1 3048#define INT_TCHSCRN2 314950#define INT_TCSR_MPRPH_SC1 (32 + 0)51#define INT_USB_FS2 (32 + 1)52#define INT_PWB_I2C (32 + 2)53#define INT_SOFTRESET (32 + 3)54#define INT_NAND_WR_ER_DONE (32 + 4)55#define INT_NAND_OP_DONE (32 + 5)56#define INT_TCSR_MPRPH_SC2 (32 + 6)57#define INT_OP_PEN (32 + 7)58#define INT_AD_HSSD (32 + 8)59#define INT_ARM11_PM (32 + 9)60#define INT_SDMA_NON_SECURE (32 + 10)61#define INT_TSIF_IRQ (32 + 11)62#define INT_UART1DM_IRQ (32 + 12)63#define INT_UART1DM_RX (32 + 13)64#define INT_SDMA_SECURE (32 + 14)65#define INT_SI2S_SLAVE (32 + 15)66#define INT_SC_I2CPU (32 + 16)67#define INT_SC_DBG_RDTRFULL (32 + 17)68#define INT_SC_DBG_WDTRFULL (32 + 18)69#define INT_SCPLL_CTL_DONE (32 + 19)70#define INT_UART2DM_IRQ (32 + 20)71#define INT_UART2DM_RX (32 + 21)72#define INT_VDC_MEC (32 + 22)73#define INT_VDC_DB (32 + 23)74#define INT_VDC_AXI (32 + 24)75#define INT_VFE (32 + 25)76#define INT_USB_HS (32 + 26)77#define INT_AUDIO_OUT0 (32 + 27)78#define INT_AUDIO_OUT1 (32 + 28)79#define INT_CRYPTO (32 + 29)80#define INT_AD6M_IDLE (32 + 30)81#define INT_SIRC_1 (32 + 31)8283#define NR_GPIO_IRQS 16584#define NR_MSM_IRQS 6485#define NR_BOARD_IRQS 648687#endif888990