Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[pandora-kernel.git] / arch / unicore32 / include / mach / regs-intc.h
1 /*
2  * PKUNITY Interrupt Controller (INTC) Registers
3  */
4 /*
5  * INTC Level Reg INTC_ICLR.
6  */
7 #define INTC_ICLR       (PKUNITY_INTC_BASE + 0x0000)
8 /*
9  * INTC Mask Reg INTC_ICMR.
10  */
11 #define INTC_ICMR       (PKUNITY_INTC_BASE + 0x0004)
12 /*
13  * INTC Pending Reg INTC_ICPR.
14  */
15 #define INTC_ICPR       (PKUNITY_INTC_BASE + 0x0008)
16 /*
17  * INTC IRQ Pending Reg INTC_ICIP.
18  */
19 #define INTC_ICIP       (PKUNITY_INTC_BASE + 0x000C)
20 /*
21  * INTC REAL Pending Reg INTC_ICFP.
22  */
23 #define INTC_ICFP       (PKUNITY_INTC_BASE + 0x0010)
24 /*
25  * INTC Control Reg INTC_ICCR.
26  */
27 #define INTC_ICCR       (PKUNITY_INTC_BASE + 0x0014)
28