summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-03-16 12:44:20 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-03-16 12:44:20 +0000
commitdc2e1a589aa53a62f60136a4eb727fa770d2e02e (patch)
tree53d0723062766eb7a33421dc50a80e154901c133 /include/asm-mips
parent83b63cbde17a215fad5303e85a4546e2d31c7613 (diff)
Update ITE 8712 code.
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/it8172/it8172.h62
-rw-r--r--include/asm-mips/it8172/it8172_cir.h2
-rw-r--r--include/asm-mips/it8172/it8172_dbg.h2
-rw-r--r--include/asm-mips/it8172/it8172_int.h2
-rw-r--r--include/asm-mips/it8172/it8172_lpc.h2
-rw-r--r--include/asm-mips/it8172/it8172_pci.h2
6 files changed, 6 insertions, 66 deletions
diff --git a/include/asm-mips/it8172/it8172.h b/include/asm-mips/it8172/it8172.h
index 980d1d59d..43f98ec56 100644
--- a/include/asm-mips/it8172/it8172.h
+++ b/include/asm-mips/it8172/it8172.h
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -321,66 +321,6 @@
#define IT_AC_OPL3DW 0x6B
#define IT_AC_BPDC 0x70
-// Audio : IT_AC_PCC bit definition & mask
-#define PCC_SM 0x8000
-#define PCC_SM_BIT 15
-#define PCC_SM_STEREO 1
-#define PCC_SM_MONO 0
-
-#define PCC_DF 0x4000
-#define PCC_DF_BIT 14
-#define PCC_DF_8 0
-#define PCC_DF_16 1
-
-#define PCC_CF 0x3000
-#define PCC_CF_BIT 12
-#define PCC_CF_2 0
-#define PCC_CF_4 1
-#define PCC_CF_6 2
-
-#define PCC_SR 0x0F00
-#define PCC_SR_BIT 8
-#define PCC_SR_5500 0
-#define PCC_SR_8000 1
-#define PCC_SR_9600 2
-#define PCC_SR_11025 3
-#define PCC_SR_16000 4
-#define PCC_SR_19200 5
-#define PCC_SR_22050 6
-#define PCC_SR_32000 7
-#define PCC_SR_38400 8
-#define PCC_SR_44100 9
-#define PCC_SR_48000 10
-
-#define PCC_CSP 0x0080
-#define PCC_CSP_BIT 7
-#define PCC_CSP_STOP 0
-#define PCC_CSP_STOP_NOW 1
-
-#define PCC_CP 0x0040
-#define PCC_CP_BIT 6
-#define PCC_CP_NORMAL 0
-#define PCC_CP_PAUSE 1
-
-#define PCC_CA 0x0020
-#define PCC_CA_BIT 5
-#define PCC_CA_NO_START 0
-#define PCC_CA_START 1
-
-#define PCC_CB2L 0x0004
-#define PCC_CB2L_BIT 2
-#define PCC_CB2L_NO 0
-#define PCC_CB2L_YES 1
-
-#define PCC_CB1L 0x0002
-#define PCC_CB1L_BIT 1
-#define PCC_CB1L_NO 0
-#define PCC_CB1L_YES 1
-
-#define PCC_DE 0x0001
-#define PCC_DE_BIT 0
-#define PCC_DE_NOT_EMPTY 0
-#define PCC_DE_EMPTY 1
// IT8172 Timer
#define IT_TIMER_BASE 0x10800
diff --git a/include/asm-mips/it8172/it8172_cir.h b/include/asm-mips/it8172/it8172_cir.h
index 3422d5265..2e66c6681 100644
--- a/include/asm-mips/it8172/it8172_cir.h
+++ b/include/asm-mips/it8172/it8172_cir.h
@@ -5,7 +5,7 @@
*
* Copyright 2001 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/include/asm-mips/it8172/it8172_dbg.h b/include/asm-mips/it8172/it8172_dbg.h
index 9af7ade9d..db4410e13 100644
--- a/include/asm-mips/it8172/it8172_dbg.h
+++ b/include/asm-mips/it8172/it8172_dbg.h
@@ -6,7 +6,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/include/asm-mips/it8172/it8172_int.h b/include/asm-mips/it8172/it8172_int.h
index f785c3885..e1ec107c3 100644
--- a/include/asm-mips/it8172/it8172_int.h
+++ b/include/asm-mips/it8172/it8172_int.h
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/include/asm-mips/it8172/it8172_lpc.h b/include/asm-mips/it8172/it8172_lpc.h
index f3d407984..13b922aeb 100644
--- a/include/asm-mips/it8172/it8172_lpc.h
+++ b/include/asm-mips/it8172/it8172_lpc.h
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
diff --git a/include/asm-mips/it8172/it8172_pci.h b/include/asm-mips/it8172/it8172_pci.h
index 042db2995..42c61f56e 100644
--- a/include/asm-mips/it8172/it8172_pci.h
+++ b/include/asm-mips/it8172/it8172_pci.h
@@ -5,7 +5,7 @@
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the