Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/s3c2xx0 Minor tweak for some macros elsewhere.
details: https://anonhg.NetBSD.org/src/rev/24639b763246
branches: trunk
changeset: 551260:24639b763246
user: mycroft <mycroft%NetBSD.org@localhost>
date: Wed Sep 03 03:12:28 2003 +0000
description:
Minor tweak for some macros elsewhere.
diffstat:
sys/arch/arm/s3c2xx0/s3c24x0reg.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 0f2cc7ab9640 -r 24639b763246 sys/arch/arm/s3c2xx0/s3c24x0reg.h
--- a/sys/arch/arm/s3c2xx0/s3c24x0reg.h Wed Sep 03 03:11:50 2003 +0000
+++ b/sys/arch/arm/s3c2xx0/s3c24x0reg.h Wed Sep 03 03:12:28 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: s3c24x0reg.h,v 1.4 2003/08/27 03:57:05 bsh Exp $ */
+/* $NetBSD: s3c24x0reg.h,v 1.5 2003/09/03 03:12:28 mycroft Exp $ */
/*
* Copyright (c) 2003 Genetec corporation All rights reserved.
@@ -69,7 +69,8 @@
#define BANKCON_PMC_4 (1<<0)
#define BANKCON_PMC_8 (2<<0)
#define BANKCON_PMC_16 (3<<0)
-#define BANKCON_TRCD_2 (0<<2) /* RAS to CAS delay */
+#define BANKCON_TRCD_SHIFT 2 /* RAS to CAS delay */
+#define BANKCON_TRCD_2 (0<<2)
#define BANKCON_TRCD_3 (1<<2)
#define BANKCON_TRCD_4 (2<<2)
#define BANKCON_SCAN_8 (0<<0) /* Column address number */
Home |
Main Index |
Thread Index |
Old Index