The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 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 |
| 14 | |
| 15 | #define L4_24XX_BASE 0x48000000 |
| 16 | #define L3_24XX_BASE 0x68000000 |
| 17 | |
| 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 |
| 22 | |
| 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) |
| 26 | |
| 27 | #define OMAP242X_CONTROL_STATUS (L4_24XX_BASE + 0x2f8) |
| 28 | |
| 29 | #endif |
| 30 | |