snd_sonicvibes_out1  516 sound/pci/sonicvibes.c 		snd_sonicvibes_out1(sonic, reg, m);
snd_sonicvibes_out1  517 sound/pci/sonicvibes.c 		snd_sonicvibes_out1(sonic, reg + 1, r | n);
snd_sonicvibes_out1  538 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_ADC_ALT_RATE, (div - 1) << 4);
snd_sonicvibes_out1  539 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_ADC_CLOCK, clock);
snd_sonicvibes_out1  577 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_HIGH, div >> 8);
snd_sonicvibes_out1  578 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_LOW, div);
snd_sonicvibes_out1  590 sound/pci/sonicvibes.c 			snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable);
snd_sonicvibes_out1  595 sound/pci/sonicvibes.c 			snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable);
snd_sonicvibes_out1  657 sound/pci/sonicvibes.c 		snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft);
snd_sonicvibes_out1  658 sound/pci/sonicvibes.c 		snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ANALOG, oright);
snd_sonicvibes_out1  713 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_DMA_A_UPPER, count >> 8);
snd_sonicvibes_out1  714 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_DMA_A_LOWER, count);
snd_sonicvibes_out1  738 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_DMA_C_UPPER, count >> 8);
snd_sonicvibes_out1  739 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_DMA_C_LOWER, count);
snd_sonicvibes_out1  938 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ADC, left);
snd_sonicvibes_out1  939 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ADC, right);
snd_sonicvibes_out1  995 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, reg, val);
snd_sonicvibes_out1 1064 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, left_reg, val1);
snd_sonicvibes_out1 1065 sound/pci/sonicvibes.c 	snd_sonicvibes_out1(sonic, right_reg, val2);