RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-s5pv310 / include / mach / irqs.h
blob4cdedda6e652b61297c877ac2c0205b81b9112ad
1 /* linux/arch/arm/mach-s5pv310/include/mach/irqs.h
3 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 * http://www.samsung.com/
6 * S5PV210 - IRQ definitions
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
13 #ifndef __ASM_ARCH_IRQS_H
14 #define __ASM_ARCH_IRQS_H __FILE__
16 #include <plat/irqs.h>
18 /* PPI: Private Peripheral Interrupt */
20 #define IRQ_PPI(x) S5P_IRQ(x+16)
22 #define IRQ_LOCALTIMER IRQ_PPI(13)
24 /* SPI: Shared Peripheral Interrupt */
26 #define IRQ_SPI(x) S5P_IRQ(x+32)
28 #define IRQ_EINT0 IRQ_SPI(40)
29 #define IRQ_EINT1 IRQ_SPI(41)
30 #define IRQ_EINT2 IRQ_SPI(42)
31 #define IRQ_EINT3 IRQ_SPI(43)
32 #define IRQ_USB_HSOTG IRQ_SPI(44)
33 #define IRQ_USB_HOST IRQ_SPI(45)
34 #define IRQ_MODEM_IF IRQ_SPI(46)
35 #define IRQ_ROTATOR IRQ_SPI(47)
36 #define IRQ_JPEG IRQ_SPI(48)
37 #define IRQ_2D IRQ_SPI(49)
38 #define IRQ_PCIE IRQ_SPI(50)
39 #define IRQ_SYSTEM_TIMER IRQ_SPI(51)
40 #define IRQ_MFC IRQ_SPI(52)
41 #define IRQ_WDT IRQ_SPI(53)
42 #define IRQ_AUDIO_SS IRQ_SPI(54)
43 #define IRQ_AC97 IRQ_SPI(55)
44 #define IRQ_SPDIF IRQ_SPI(56)
45 #define IRQ_KEYPAD IRQ_SPI(57)
46 #define IRQ_INTFEEDCTRL_SSS IRQ_SPI(58)
47 #define IRQ_SLIMBUS IRQ_SPI(59)
48 #define IRQ_PMU IRQ_SPI(60)
49 #define IRQ_TSI IRQ_SPI(61)
50 #define IRQ_SATA IRQ_SPI(62)
51 #define IRQ_GPS IRQ_SPI(63)
53 #define MAX_IRQ_IN_COMBINER 8
54 #define COMBINER_GROUP(x) ((x) * MAX_IRQ_IN_COMBINER + IRQ_SPI(64))
55 #define COMBINER_IRQ(x, y) (COMBINER_GROUP(x) + y)
57 #define IRQ_TIMER0_VIC COMBINER_IRQ(22, 0)
58 #define IRQ_TIMER1_VIC COMBINER_IRQ(22, 1)
59 #define IRQ_TIMER2_VIC COMBINER_IRQ(22, 2)
60 #define IRQ_TIMER3_VIC COMBINER_IRQ(22, 3)
61 #define IRQ_TIMER4_VIC COMBINER_IRQ(22, 4)
63 #define IRQ_UART0 COMBINER_IRQ(26, 0)
64 #define IRQ_UART1 COMBINER_IRQ(26, 1)
65 #define IRQ_UART2 COMBINER_IRQ(26, 2)
66 #define IRQ_UART3 COMBINER_IRQ(26, 3)
67 #define IRQ_UART4 COMBINER_IRQ(26, 4)
69 #define IRQ_IIC COMBINER_IRQ(27, 0)
71 /* Set the default NR_IRQS */
73 #define NR_IRQS COMBINER_IRQ(MAX_COMBINER_NR, 0)
75 #define MAX_COMBINER_NR 39
77 #endif /* __ASM_ARCH_IRQS_H */