summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-03-02 23:40:53 +0000
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>1999-03-02 23:40:53 +0000
commit4789fdac680131d5f9f8934dd055ac4074bb04fe (patch)
treee28bfacb99d708e9e7aa0e9c88a020cd577d0540
parenta10188d1f39feb00c4dbd9520c5954347f798533 (diff)
added a few defines for the bt445
-rw-r--r--include/asm-mips/newport.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/asm-mips/newport.h b/include/asm-mips/newport.h
index a9ef5b3e5..2043dc53f 100644
--- a/include/asm-mips/newport.h
+++ b/include/asm-mips/newport.h
@@ -1,4 +1,4 @@
-/* $Id: newport.h,v 1.1 1998/08/19 21:58:12 ralf Exp $
+/* $Id: newport.h,v 1.1 1998/08/25 09:21:58 ralf Exp $
*
* newport.h: Defines and register layout for NEWPORT graphics
* hardware.
@@ -582,5 +582,12 @@ xmap9SetModeReg (struct newport_regs *rex, unsigned int modereg, unsigned int da
rex->set.dcbdata0.all = ((modereg) << 24) | (data24 & 0xffffff);
}
+#define BT445_PROTOCOL DCB_CYCLES(1,1,3)
+
+#define BT445_CSR_ADDR_REG (0 << DCB_CRS_SHIFT)
+#define BT445_CSR_REVISION (2 << DCB_CRS_SHIFT)
+
+#define BT445_REVISION_REG 0x01
+
#endif /* !(_SGI_NEWPORT_H) */