Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/dev tune ADC Averaging Control parameter.
details: https://anonhg.NetBSD.org/src/rev/a06e887d593b
branches: trunk
changeset: 754887:a06e887d593b
user: nonaka <nonaka%NetBSD.org@localhost>
date: Sat May 15 03:54:35 2010 +0000
description:
tune ADC Averaging Control parameter.
diffstat:
sys/arch/hpcarm/dev/wzero3_tp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c32f4d696f7c -r a06e887d593b sys/arch/hpcarm/dev/wzero3_tp.c
--- a/sys/arch/hpcarm/dev/wzero3_tp.c Sat May 15 00:08:31 2010 +0000
+++ b/sys/arch/hpcarm/dev/wzero3_tp.c Sat May 15 03:54:35 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wzero3_tp.c,v 1.2 2010/05/13 21:01:59 nonaka Exp $ */
+/* $NetBSD: wzero3_tp.c,v 1.3 2010/05/15 03:54:35 nonaka Exp $ */
/*
* Copyright (c) 2010 NONAKA Kimihiro <nonaka%netbsd.org@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wzero3_tp.c,v 1.2 2010/05/13 21:01:59 nonaka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wzero3_tp.c,v 1.3 2010/05/15 03:54:35 nonaka Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -590,7 +590,7 @@
(void)wzero3ssp_ic_send(WZERO3_SSP_IC_MAX1233,
(0<<MAXCTRL_RW_SH) | (1<<MAXCTRL_PAGE_SH) | (0<<MAXCTRL_ADDR_SH),
- 0x0b43);
+ 0x0bf3);
while ((status = (wzero3ssp_ic_send(WZERO3_SSP_IC_MAX1233,
(1<<MAXCTRL_RW_SH)
Home |
Main Index |
Thread Index |
Old Index