summaryrefslogtreecommitdiffstats
path: root/private/ntos/nthals/halwood/ppc/pxmemctl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/nthals/halwood/ppc/pxmemctl.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/private/ntos/nthals/halwood/ppc/pxmemctl.h b/private/ntos/nthals/halwood/ppc/pxmemctl.h
new file mode 100644
index 000000000..1c0ca1966
--- /dev/null
+++ b/private/ntos/nthals/halwood/ppc/pxmemctl.h
@@ -0,0 +1,36 @@
+/*++ BUILD Version: 0001 // Increment this if a change has global effects
+
+
+Module Name:
+
+ pxmemctl.h
+
+Abstract:
+
+ This header file defines the structures for the planar registers
+ for an Idaho memory controller.
+
+
+
+
+Author:
+
+ Jim Wooldridge
+
+
+Revision History:
+
+--*/
+
+
+//
+// define physical base addresses of planar
+//
+
+#define INTERRUPT_PHYSICAL_BASE 0xbffffff0 // physical base of interrupt source
+#define ERROR_ADDRESS_REGISTER 0xbfffeff0
+
+#define IO_CONTROL_PHYSICAL_BASE 0x80000000 // physical base of IO control
+#define SYSTEM_IO_CONTROL_SIZE 0x00008000
+
+