Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcarm/sa11x0 fix and fill Extended-GPIO



details:   https://anonhg.NetBSD.org/src/rev/b49d0618d830
branches:  trunk
changeset: 512237:b49d0618d830
user:      ichiro <ichiro%NetBSD.org@localhost>
date:      Sun Jul 08 10:36:31 2001 +0000

description:
fix and fill Extended-GPIO

diffstat:

 sys/arch/hpcarm/sa11x0/sa11x0_gpioreg.h |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r b4dfffb2530f -r b49d0618d830 sys/arch/hpcarm/sa11x0/sa11x0_gpioreg.h
--- a/sys/arch/hpcarm/sa11x0/sa11x0_gpioreg.h   Sun Jul 08 10:35:26 2001 +0000
+++ b/sys/arch/hpcarm/sa11x0/sa11x0_gpioreg.h   Sun Jul 08 10:36:31 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sa11x0_gpioreg.h,v 1.7 2001/07/07 15:49:41 ichiro Exp $        */
+/*     $NetBSD: sa11x0_gpioreg.h,v 1.8 2001/07/08 10:36:31 ichiro Exp $        */
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.  All rights reserved.
@@ -132,8 +132,11 @@
 #define EGPIO_H3600_LCD33_ON           GPIO (6)
 #define EGPIO_H3600_RS232_ON           GPIO (7)
 #define EGPIO_H3600_LCD_PCI            GPIO (8)
-#define EGPIO_H3600_AUD_ON             GPIO (9)
-#define EGPIO_H3600_AUD_ALLON          GPIO (10)
+#define EGPIO_H3600_IR_ON              GPIO (9)
+#define EGPIO_H3600_AUD_ON             GPIO (10)
+#define EGPIO_H3600_AUD_PWRON          GPIO (11)
+#define EGPIO_H3600_QMUTE              GPIO (12)
+#define EGPIO_H3600_IR_FSEL            GPIO (13)
 #define EGPIO_H3600_LCD5_ON            GPIO (14)
 #define EGPIO_H3600_LVDD_ON            GPIO (15)
 



Home | Main Index | Thread Index | Old Index