summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2006-01-12 00:00:38 +0000
committerTill Straumann <strauman@slac.stanford.edu>2006-01-12 00:00:38 +0000
commitc2fc65bd57ce22b74f94ee33aa296eaad41dfa98 (patch)
treea2a915813b28674bdec16926a9d9ea1997c57798 /c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h
parent2006-01-11 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c2fc65bd57ce22b74f94ee33aa296eaad41dfa98.tar.bz2
* vmeUniverse/vmeTsi148.c, vmeUniverse/vmeTsi148.h:
Eliminate obsolete types.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h b/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h
index 700206ae73..0e2bcc2327 100644
--- a/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h
+++ b/c/src/lib/libbsp/shared/vmeUniverse/vmeTsi148.h
@@ -13,7 +13,7 @@
/* These can be ored with the AM */
-#define VME_MODE_PREFETCH_ENABLE (4<<12)
+#define VME_MODE_PREFETCH_ENABLE VME_AM_IS_MEMORY
#define VME_MODE_PREFETCH_SIZE(x) (((x)&3)<<12)
#define VME_MODE_2eSSTM(x) (((x)&7)<<16)
@@ -39,7 +39,7 @@
extern "C" {
#endif
-typedef volatile unsigned32 BERegister; /* emphasize contents are big endian */
+typedef volatile uint32_t BERegister; /* emphasize contents are big endian */
/*
* Scan the PCI busses for the Nth (N=='instance') Tsi148 VME bridge.