diff options
Diffstat (limited to 'arch/arm/mach-realview')
-rw-r--r-- | arch/arm/mach-realview/include/mach/platform.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/mach-realview/include/mach/platform.h b/arch/arm/mach-realview/include/mach/platform.h index 86c0c4435a46..1b77a27badaf 100644 --- a/arch/arm/mach-realview/include/mach/platform.h +++ b/arch/arm/mach-realview/include/mach/platform.h | |||
@@ -231,12 +231,6 @@ | |||
231 | #define REALVIEW_INTREG_OFFSET 0x8 /* Interrupt control */ | 231 | #define REALVIEW_INTREG_OFFSET 0x8 /* Interrupt control */ |
232 | #define REALVIEW_DECODE_OFFSET 0xC /* Fitted logic modules */ | 232 | #define REALVIEW_DECODE_OFFSET 0xC /* Fitted logic modules */ |
233 | 233 | ||
234 | /* | ||
235 | * Clean base - dummy | ||
236 | * | ||
237 | */ | ||
238 | #define CLEAN_BASE REALVIEW_BOOT_ROM_HI | ||
239 | |||
240 | /* | 234 | /* |
241 | * System controller bit assignment | 235 | * System controller bit assignment |
242 | */ | 236 | */ |
@@ -249,20 +243,6 @@ | |||
249 | #define REALVIEW_TIMER4_EnSel 21 | 243 | #define REALVIEW_TIMER4_EnSel 21 |
250 | 244 | ||
251 | 245 | ||
252 | #define MAX_TIMER 2 | ||
253 | #define MAX_PERIOD 699050 | ||
254 | #define TICKS_PER_uSEC 1 | ||
255 | |||
256 | /* | ||
257 | * These are useconds NOT ticks. | ||
258 | * | ||
259 | */ | ||
260 | #define mSEC_1 1000 | ||
261 | #define mSEC_5 (mSEC_1 * 5) | ||
262 | #define mSEC_10 (mSEC_1 * 10) | ||
263 | #define mSEC_25 (mSEC_1 * 25) | ||
264 | #define SEC_1 (mSEC_1 * 1000) | ||
265 | |||
266 | #define REALVIEW_CSR_BASE 0x10000000 | 246 | #define REALVIEW_CSR_BASE 0x10000000 |
267 | #define REALVIEW_CSR_SIZE 0x10000000 | 247 | #define REALVIEW_CSR_SIZE 0x10000000 |
268 | 248 | ||