aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/fhc/fhcreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/fhc/fhcreg.h')
-rw-r--r--sys/sparc64/fhc/fhcreg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/sparc64/fhc/fhcreg.h b/sys/sparc64/fhc/fhcreg.h
index f8801e2e7d5c..46cda1fc9c5b 100644
--- a/sys/sparc64/fhc/fhcreg.h
+++ b/sys/sparc64/fhc/fhcreg.h
@@ -41,4 +41,11 @@
#define FHC_IMAP 0x0
#define FHC_ICLR 0x10
+#define FHC_CTRL (0x20)
+#define FHC_CTRL_SLINE (0x00010000)
+#define FHC_CTRL_AOFF (0x00001000)
+#define FHC_CTRL_BOFF (0x00000800)
+#define FHC_CTRL_IXIST (0x00000200)
+#define FHC_BSR (0x30)
+
#endif