Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupl...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / mach-spear3xx / include / mach / irqs.h
CommitLineData
a7e9c452
VK
1/*
2 * arch/arm/mach-spear3xx/include/mach/irqs.h
3 *
4 * IRQ helper macros for SPEAr3xx machine family
5 *
6 * Copyright (C) 2009 ST Microelectronics
10d8935f 7 * Viresh Kumar <viresh.linux@gmail.com>
a7e9c452
VK
8 *
9 * This file is licensed under the terms of the GNU General Public
10 * License version 2. This program is licensed "as is" without any
11 * warranty of any kind, whether express or implied.
12 */
13
14#ifndef __MACH_IRQS_H
15#define __MACH_IRQS_H
16
5019f0b1 17/* FIXME: probe all these from DT */
61e72bca 18#define SPEAR3XX_IRQ_INTRCOMM_RAS_ARM 1
61e72bca
RM
19#define SPEAR3XX_IRQ_GEN_RAS_1 28
20#define SPEAR3XX_IRQ_GEN_RAS_2 29
21#define SPEAR3XX_IRQ_GEN_RAS_3 30
61e72bca 22#define SPEAR3XX_IRQ_VIC_END 32
61e72bca 23#define SPEAR3XX_VIRQ_START SPEAR3XX_IRQ_VIC_END
a7e9c452 24
5019f0b1 25#define NR_IRQS 160
a7e9c452
VK
26
27#endif /* __MACH_IRQS_H */