935cced31b4ca33deb89332033f0e4f256f90c06
[reactos.git] / reactos / include / reactos / arm / peripherals / pl190.h
1 /*
2 * PROJECT: ReactOS Kernel
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: include/reactos/arm/targets/pl190.h
5 * PURPOSE: PL190 Registers and Constants
6 * PROGRAMMERS: ReactOS Portable Systems Group
7 */
8
9 /* GLOBALS ********************************************************************/
10
11 //
12 // VIC Registers
13 //
14 #define VIC_BASE (PVOID)0xE0040000 /* HACK: freeldr mapped it here */
15
16 #define VIC_INT_STATUS (VIC_BASE + 0x00)
17 #define VIC_INT_ENABLE (VIC_BASE + 0x10)
18 #define VIC_INT_CLEAR (VIC_BASE + 0x14)
19 #define VIC_SOFT_INT (VIC_BASE + 0x18)
20 #define VIC_SOFT_INT_CLEAR (VIC_BASE + 0x1C)