| H A D | cs4231.c | 1 // SPDX-License-Identifier: GPL-2.0-only 41 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 121 * now.... -DaveM 125 #include <sound/cs4231-regs.h> 128 #define CS4231U(chip, x) ((chip)->port + ((c_d_c_CS4231##x) << 2)) 132 #define APCCSR 0x10UL /* APC DMA CSR */ 142 /* Defines for SBUS DMA-routine 306 snd_cs4231_outm(struct snd_cs4231 * chip,unsigned char reg,unsigned char mask,unsigned char value) snd_cs4231_outm() argument 1328 int mask = (kcontrol->private_value >> 16) & 0xff; snd_cs4231_info_single() local 1346 int mask = (kcontrol->private_value >> 16) & 0xff; snd_cs4231_get_single() local 1369 int mask = (kcontrol->private_value >> 16) & 0xff; snd_cs4231_put_single() local 1393 int mask = (kcontrol->private_value >> 24) & 0xff; snd_cs4231_info_double() local 1413 int mask = (kcontrol->private_value >> 24) & 0xff; snd_cs4231_get_double() local 1444 int mask = (kcontrol->private_value >> 24) & 0xff; snd_cs4231_put_double() local 1472 CS4231_SINGLE(xname,xindex,reg,shift,mask,invert) global() argument 1479 CS4231_DOUBLE(xname,xindex,left_reg,right_reg,shift_left,shift_right,mask,invert) global() argument 1615 u32 csr; snd_cs4231_sbus_interrupt() local 1665 u32 test, csr; sbus_dma_request() local 1696 u32 csr, test; sbus_dma_prepare() local 1715 u32 csr, shift; sbus_dma_enable() local [all...] |