summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/sn/sn1/hubxb_next.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-01-11 04:02:40 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-01-11 04:02:40 +0000
commite47f00743fc4776491344f2c618cc8dc2c23bcbc (patch)
tree13e03a113a82a184c51c19c209867cfd3a59b3b9 /include/asm-ia64/sn/sn1/hubxb_next.h
parentb2ad5f821b1381492d792ca10b1eb7a107b48f14 (diff)
Merge with Linux 2.4.0.
Diffstat (limited to 'include/asm-ia64/sn/sn1/hubxb_next.h')
-rw-r--r--include/asm-ia64/sn/sn1/hubxb_next.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/include/asm-ia64/sn/sn1/hubxb_next.h b/include/asm-ia64/sn/sn1/hubxb_next.h
new file mode 100644
index 000000000..ce3fea50c
--- /dev/null
+++ b/include/asm-ia64/sn/sn1/hubxb_next.h
@@ -0,0 +1,32 @@
+/* $Id$
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 1992 - 1997, 2000 Silicon Graphics, Inc.
+ * Copyright (C) 2000 by Colin Ngam
+ */
+#ifndef _ASM_SN_SN1_HUBXB_NEXT_H
+#define _ASM_SN_SN1_HUBXB_NEXT_H
+
+/* XB_FIRST_ERROR fe_source field encoding */
+#define XVE_SOURCE_POQ0 0xf /* 1111 */
+#define XVE_SOURCE_PIQ0 0xe /* 1110 */
+#define XVE_SOURCE_POQ1 0xd /* 1101 */
+#define XVE_SOURCE_PIQ1 0xc /* 1100 */
+#define XVE_SOURCE_MP0 0xb /* 1011 */
+#define XVE_SOURCE_MP1 0xa /* 1010 */
+#define XVE_SOURCE_MMQ 0x9 /* 1001 */
+#define XVE_SOURCE_MIQ 0x8 /* 1000 */
+#define XVE_SOURCE_NOQ 0x7 /* 0111 */
+#define XVE_SOURCE_NIQ 0x6 /* 0110 */
+#define XVE_SOURCE_IOQ 0x5 /* 0101 */
+#define XVE_SOURCE_IIQ 0x4 /* 0100 */
+#define XVE_SOURCE_LOQ 0x3 /* 0011 */
+#define XVE_SOURCE_LIQ 0x2 /* 0010 */
+
+/* XB_PARMS fields */
+#define XBP_RESET_DEFAULTS 0x0008000080000021LL
+
+#endif /* _ASM_SN_SN1_HUBXB_NEXT_H */