snd_sonicvibes_out1  494 sound/pci/sonicvibes.c 		snd_sonicvibes_out1(sonic, reg, m);
snd_sonicvibes_out1  495 sound/pci/sonicvibes.c 		snd_sonicvibes_out1(sonic, reg + 1, r | n);
snd_sonicvibes_out1  516 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_ADC_ALT_RATE, (div - 1) << 4);
snd_sonicvibes_out1  517 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_ADC_CLOCK, clock);
snd_sonicvibes_out1  555 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_HIGH, div >> 8);
snd_sonicvibes_out1  556 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_LOW, div);
snd_sonicvibes_out1  568 sound/pci/sonicvibes.c 			snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable);
snd_sonicvibes_out1  573 sound/pci/sonicvibes.c 			snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable);
snd_sonicvibes_out1  634 sound/pci/sonicvibes.c 		snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft);
snd_sonicvibes_out1  635 sound/pci/sonicvibes.c 		snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ANALOG, oright);
snd_sonicvibes_out1  690 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_DMA_A_UPPER, count >> 8);
snd_sonicvibes_out1  691 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_DMA_A_LOWER, count);
snd_sonicvibes_out1  715 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_DMA_C_UPPER, count >> 8);
snd_sonicvibes_out1  716 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_DMA_C_LOWER, count);
snd_sonicvibes_out1  923 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ADC, left);
snd_sonicvibes_out1  924 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ADC, right);
snd_sonicvibes_out1  980 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, reg, val);
snd_sonicvibes_out1 1049 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, left_reg, val1);
snd_sonicvibes_out1 1050 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, right_reg, val2);