patch-2.3.23 linux/include/asm-arm/arch-sa1100/hardware.h
Next file: linux/include/asm-arm/arch-sa1100/io.h
Previous file: linux/include/asm-arm/arch-sa1100/dma.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Wed Oct 20 16:29:08 1999
- Orig file:
v2.3.22/linux/include/asm-arm/arch-sa1100/hardware.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.3.22/linux/include/asm-arm/arch-sa1100/hardware.h linux/include/asm-arm/arch-sa1100/hardware.h
@@ -0,0 +1,25 @@
+/*
+ * linux/include/asm-arm/arch-brutus/hardware.h
+ *
+ * Copyright (C) 1998 Nicolas Pitre <nico@visuaide.com>
+ *
+ * This file contains the hardware definitions for SA1100 architecture
+ */
+
+#ifndef __ASM_ARCH_HARDWARE_H
+#define __ASM_ARCH_HARDWARE_H
+
+/* Flushing areas */
+#define FLUSH_BASE_PHYS 0xe0000000 /* SA1100 zero bank */
+#define FLUSH_BASE 0xdf000000
+#define FLUSH_BASE_MINICACHE 0xde000000
+
+/*
+ * PCMCIA IO is mapped to 0xe0000000. We are likely to use in*()/out*()
+ * IO macros for what might appear there...
+ * The SA1100 PCMCIA interface can be seen like a PC ISA bus for IO.
+ */
+#define PCIO_BASE 0xe0000000 /* PCMCIA0 IO space */
+
+#endif
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)