summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/lsu.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
committer <ralf@linux-mips.org>1997-04-29 21:13:14 +0000
commit19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch)
tree40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-sparc64/lsu.h
parent7206675c40394c78a90e74812bbdbf8cf3cca1be (diff)
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-sparc64/lsu.h')
-rw-r--r--include/asm-sparc64/lsu.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/asm-sparc64/lsu.h b/include/asm-sparc64/lsu.h
new file mode 100644
index 000000000..d592e9757
--- /dev/null
+++ b/include/asm-sparc64/lsu.h
@@ -0,0 +1,18 @@
+/* $Id: lsu.h,v 1.2 1997/04/04 00:50:22 davem Exp $ */
+#ifndef _SPARC64_LSU_H
+#define _SPARC64_LSU_H
+
+/* LSU Control Register */
+#define LSU_CONTROL_PM 0x000001fe00000000 /* Phys-watchpoint byte mask */
+#define LSU_CONTROL_VM 0x00000001fe000000 /* Virt-watchpoint byte mask */
+#define LSU_CONTROL_PR 0x0000000001000000 /* Phys-read watchpoint enable */
+#define LSU_CONTROL_PW 0x0000000000800000 /* Phys-write watchpoint enable */
+#define LSU_CONTROL_VR 0x0000000000400000 /* Virt-read watchpoint enable */
+#define LSU_CONTROL_VW 0x0000000000200000 /* Virt-write watchpoint enable */
+#define LSU_CONTROL_FM 0x00000000000ffff0 /* Parity mask enables. */
+#define LSU_CONTROL_DM 0x0000000000000008 /* Data MMU enable. */
+#define LSU_CONTROL_IM 0x0000000000000004 /* Instruction MMU enable. */
+#define LSU_CONTROL_DC 0x0000000000000002 /* Data cache enable. */
+#define LSU_CONTROL_IC 0x0000000000000001 /* Instruction cache enable. */
+
+#endif /* !(_SPARC64_LSU_H) */