]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/kernel/arch-arm/asm/arch/omap24xx.h
auto import from //depot/cupcake/@132589
[android-sdk/platform-bionic.git] / libc / kernel / arch-arm / asm / arch / omap24xx.h
1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ****************************************************************************
11  ****************************************************************************/
12 #ifndef __ASM_ARCH_OMAP24XX_H
13 #define __ASM_ARCH_OMAP24XX_H
15 #define L4_24XX_BASE 0x48000000
16 #define L3_24XX_BASE 0x68000000
18 #define OMAP24XX_IC_BASE (L4_24XX_BASE + 0xfe000)
19 #define VA_IC_BASE IO_ADDRESS(OMAP24XX_IC_BASE)
20 #define OMAP24XX_IVA_INTC_BASE 0x40000000
21 #define IRQ_SIR_IRQ 0x0040
23 #define OMAP24XX_32KSYNCT_BASE (L4_24XX_BASE + 0x4000)
24 #define OMAP24XX_PRCM_BASE (L4_24XX_BASE + 0x8000)
25 #define OMAP24XX_SDRC_BASE (L3_24XX_BASE + 0x9000)
27 #define OMAP242X_CONTROL_STATUS (L4_24XX_BASE + 0x2f8)
29 #endif