Home | History | Annotate | Line # | Download | only in pci
cmpcireg.h revision 1.1
      1 /*	$NetBSD: cmpcireg.h,v 1.1 2000/04/30 21:59:58 augustss Exp $	*/
      2 
      3 /*
      4  * Copyright (c) 2000 The NetBSD Foundation, Inc.
      5  * All rights reserved.
      6  *
      7  * This code is derived from software contributed to The NetBSD Foundation
      8  * by Takuya SHIOZAKI <AoiMoe (at) imou.to> .
      9  *
     10  * Redistribution and use in source and binary forms, with or without
     11  * modification, are permitted provided that the following conditions
     12  * are met:
     13  * 1. Redistributions of source code must retain the above copyright
     14  *    notice, this list of conditions and the following disclaimer.
     15  * 2. Redistributions in binary form must reproduce the above copyright
     16  *    notice, this list of conditions and the following disclaimer in the
     17  *    documentation and/or other materials provided with the distribution.
     18  *
     19  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
     20  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     21  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     22  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
     23  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
     24  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
     25  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
     26  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
     27  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
     28  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
     29  * SUCH DAMAGE.
     30  *
     31  */
     32 
     33 /* C-Media CMI8x38 Audio Chip Support */
     34 
     35 #ifndef _DEV_PCI_CMPCIREG_H_
     36 #define _DEV_PCI_CMPCIREG_H_ (1)
     37 
     38 /*
     39  * PCI Configuration Registers
     40  */
     41 
     42 #define CMPCI_PCI_IOBASEREG	(PCI_MAPREG_START)
     43 
     44 
     45 /*
     46  * I/O Space
     47  */
     48 
     49 #define CMPCI_REG_FUNC_0		0x00
     50 #  define CMPCI_REG_CH0_DIR		0x00000001
     51 #  define CMPCI_REG_CH1_DIR		0x00000002
     52 #  define CMPCI_REG_CH0_PAUSE		0x00000004
     53 #  define CMPCI_REG_CH1_PAUSE		0x00000008
     54 #  define CMPCI_REG_CH0_ENABLE		0x00010000
     55 #  define CMPCI_REG_CH1_ENABLE		0x00020000
     56 #  define CMPCI_REG_CH0_RESET		0x00040000
     57 #  define CMPCI_REG_CH1_RESET		0x00080000
     58 
     59 #define CMPCI_REG_FUNC_1		0x04
     60 #  define CMPCI_REG_JOY_ENABLE		0x00000002
     61 #  define CMPCI_REG_UART_ENABLE		0x00000004
     62 #  define CMPCI_REG_LEGACY_ENABLE	0x00000008
     63 #  define CMPCI_REG_BREQ		0x00000010
     64 #  define CMPCI_REG_MCBINTR_ENABLE	0x00000020
     65 #  define CMPCI_REG_SPDIFOUT_DAC	0x00000040
     66 #  define CMPCI_REG_SPDIF_LOOP		0x00000080
     67 #  define CMPCI_REG_SPDIF0_ENABLE	0x00000100
     68 #  define CMPCI_REG_SPDIF1_ENABLE	0x00000200
     69 #  define CMPCI_REG_DAC_FS_SHIFT	10
     70 #  define CMPCI_REG_DAC_FS_MASK		0x00000007
     71 #  define CMPCI_REG_ADC_FS_SHIFT	13
     72 #  define CMPCI_REG_ADC_FS_MASK		0x00000007
     73 
     74 #define CMPCI_REG_CHANNEL_FORMAT	0x08
     75 #  define CMPCI_REG_CH0_FORMAT_SHIFT	0
     76 #  define CMPCI_REG_CH0_FORMAT_MASK	0x00000003
     77 #  define CMPCI_REG_CH1_FORMAT_SHIFT	2
     78 #  define CMPCI_REG_CH1_FORMAT_MASK	0x00000003
     79 #  define CMPCI_REG_FORMAT_MONO		0x00000000
     80 #  define CMPCI_REG_FORMAT_STEREO	0x00000001
     81 #  define CMPCI_REG_FORMAT_8BIT		0x00000000
     82 #  define CMPCI_REG_FORMAT_16BIT	0x00000002
     83 
     84 #define CMPCI_REG_INTR_CTRL		0x0c
     85 #  define CMPCI_REG_CH0_INTR_ENABLE	0x00010000
     86 #  define CMPCI_REG_CH1_INTR_ENABLE	0x00020000
     87 #  define CMPCI_REG_TDMA_INTR_ENABLE	0x00040000
     88 
     89 #define CMPCI_REG_INTR_STATUS		0x10
     90 #  define CMPCI_REG_CH0_INTR		0x00000001
     91 #  define CMPCI_REG_CH1_INTR		0x00000002
     92 #  define CMPCI_REG_CH0_BUSY		0x00000004
     93 #  define CMPCI_REG_CH1_BUSY		0x00000008
     94 #  define CMPCI_REG_LEGACY_STEREO	0x00000010
     95 #  define CMPCI_REG_LEGACY_HDMA		0x00000020
     96 #  define CMPCI_REG_DMASTAT		0x00000040
     97 #  define CMPCI_REG_XDO46		0x00000080
     98 #  define CMPCI_REG_HTDMA_INTR		0x00004000
     99 #  define CMPCI_REG_LTDMA_INTR		0x00008000
    100 #  define CMPCI_REG_UART_INTR		0x00010000
    101 #  define CMPCI_REG_MCB_INTR		0x04000000
    102 #  define CMPCI_REG_VCO			0x08000000
    103 #  define CMPCI_REG_ANY_INTR		0x80000000
    104 
    105 #define CMPCI_REG_LEGACY_CTRL		0x14
    106 #  define CMPCI_REG_LEGACY_SPDIF_ENABLE	0x00200000
    107 #  define CMPCI_REG_SPDIF_COPYRIGHT	0x00400000
    108 #  define CMPCI_REG_XSPDIF_ENABLE	0x00800000
    109 #  define CMPCI_REG_FMSEL_SHIFT		24
    110 #  define CMPCI_REG_FMSEL_MASK		0x00000003
    111 #  define CMPCI_REG_VSBSEL_SHIFT	26
    112 #  define CMPCI_REG_VSBSEL_MASK		0x00000003
    113 #  define CMPCI_REG_VMPUSEL_SHIFT	29
    114 #  define CMPCI_REG_VMPUSEL_MASK	0x00000003
    115 
    116 #define CMPCI_REG_MISC			0x18
    117 #  define CMPCI_REG_SPDIF_48K		0x00008000
    118 #  define CMPCI_REG_FM_ENABLE		0x00080000
    119 
    120 
    121 #define CMPCI_REG_SBDATA		0x22
    122 #define CMPCI_REG_SBADDR		0x23
    123 #  define CMPCI_SB16_MIXER_RESET	0x00
    124 #  define CMPCI_SB16_MIXER_MASTER_L	0x30
    125 #  define CMPCI_SB16_MIXER_MASTER_R	0x31
    126 #  define CMPCI_SB16_MIXER_VOICE_L	0x32
    127 #  define CMPCI_SB16_MIXER_VOICE_R	0x33
    128 #  define CMPCI_SB16_MIXER_FM_L		0x34
    129 #  define CMPCI_SB16_MIXER_FM_R		0x35
    130 #  define CMPCI_SB16_MIXER_CDDA_L	0x36
    131 #  define CMPCI_SB16_MIXER_CDDA_R	0x37
    132 #  define CMPCI_SB16_MIXER_LINE_L	0x38
    133 #  define CMPCI_SB16_MIXER_LINE_R	0x39
    134 #  define CMPCI_SB16_MIXER_MIC		0x3A
    135 #  define CMPCI_SB16_MIXER_SPEAKER	0x3B
    136 #  define CMPCI_SB16_MIXER_OUTMIX	0x3C
    137 #    define CMPCI_SB16_SW_MIC		0x01
    138 #    define CMPCI_SB16_SW_CD_R		0x02
    139 #    define CMPCI_SB16_SW_CD_L		0x04
    140 #    define CMPCI_SB16_SW_CD		(CMPCI_SB16_SW_CD_L|CMPCI_SB16_SW_CD_R)
    141 #    define CMPCI_SB16_SW_LINE_R	0x08
    142 #    define CMPCI_SB16_SW_LINE_L	0x10
    143 #    define CMPCI_SB16_SW_LINE	(CMPCI_SB16_SW_LINE_L|CMPCI_SB16_SW_LINE_R)
    144 #    define CMPCI_SB16_SW_FM_R		0x20
    145 #    define CMPCI_SB16_SW_FM_L		0x40
    146 #    define CMPCI_SB16_SW_FM		(CMPCI_SB16_SW_FM_L|CMPCI_SB16_SW_FM_R)
    147 #  define CMPCI_SB16_MIXER_ADCMIX_L	0x3D
    148 #  define CMPCI_SB16_MIXER_ADCMIX_R	0x3E
    149 #    define CMPCI_SB16_MIXER_FM_SRC_R	0x20
    150 #    define CMPCI_SB16_MIXER_LINE_SRC_R	0x08
    151 #    define CMPCI_SB16_MIXER_CD_SRC_R	0x02
    152 #    define CMPCI_SB16_MIXER_MIC_SRC	0x01
    153 #    define CMPCI_SB16_MIXER_SRC_R_TO_L(v) ((v) << 1)
    154 
    155 #  define CMPCI_SB16_MIXER_INGAIN_L	0x3F
    156 #  define CMPCI_SB16_MIXER_INGAIN_R	0x40
    157 #  define CMPCI_SB16_MIXER_OUTGAIN_L	0x41
    158 #  define CMPCI_SB16_MIXER_OUTGAIN_R	0x42
    159 #  define CMPCI_SB16_MIXER_AGC		0x43
    160 #  define CMPCI_SB16_MIXER_TREBLE_L	0x44
    161 #  define CMPCI_SB16_MIXER_TREBLE_R	0x45
    162 #  define CMPCI_SB16_MIXER_BASS_L	0x46
    163 #  define CMPCI_SB16_MIXER_BASS_R	0x47
    164 #  define CMPCI_SB16_MIXER_L_TO_R(addr) ((addr)+1)
    165 
    166 #  define CMPCI_ADJUST_MIC_GAIN(sc, x) cmpci_adjust((x), 0xf8)
    167 #  define CMPCI_ADJUST_GAIN(sc, x)     cmpci_adjust((x), 0xf8)
    168 #  define CMPCI_ADJUST_2_GAIN(sc, x)   cmpci_adjust((x), 0xc0)
    169 
    170 #define CMPCI_REG_MPU_BASE		0x40
    171 #define CMPCI_REG_MPU_SIZE		0x10
    172 #define CMPCI_REG_FM_BASE		0x50
    173 #define CMPCI_REG_FM_SIZE		0x10
    174 
    175 #define CMPCI_REG_DMA0_BASE		0x80
    176 #define CMPCI_REG_DMA0_BYTES		0x84
    177 #define CMPCI_REG_DMA0_SAMPLES		0x86
    178 #define CMPCI_REG_DMA1_BASE		0x88
    179 #define CMPCI_REG_DMA1_BYTES		0x8C
    180 #define CMPCI_REG_DMA1_SAMPLES		0x8E
    181 
    182 
    183 /* sample rate */
    184 #define CMPCI_REG_RATE_5512		0
    185 #define CMPCI_REG_RATE_11025		1
    186 #define CMPCI_REG_RATE_22050		2
    187 #define CMPCI_REG_RATE_44100		3
    188 #define CMPCI_REG_RATE_8000		4
    189 #define CMPCI_REG_RATE_16000		5
    190 #define CMPCI_REG_RATE_32000		6
    191 #define CMPCI_REG_RATE_48000		7
    192 #define CMPCI_REG_NUMRATE		8
    193 
    194 #endif /* _DEV_PCI_CMPCIREG_H_ */
    195 
    196 /* end of file */
    197