• Home
  • Raw
  • Download

Lines Matching refs:snd_sonicvibes_out1

307 static void snd_sonicvibes_out1(struct sonicvibes * sonic,  in snd_sonicvibes_out1()  function
530 snd_sonicvibes_out1(sonic, reg, m); in snd_sonicvibes_setpll()
531 snd_sonicvibes_out1(sonic, reg + 1, r | n); in snd_sonicvibes_setpll()
552 snd_sonicvibes_out1(sonic, SV_IREG_ADC_ALT_RATE, (div - 1) << 4); in snd_sonicvibes_set_adc_rate()
553 snd_sonicvibes_out1(sonic, SV_IREG_ADC_CLOCK, clock); in snd_sonicvibes_set_adc_rate()
591 snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_HIGH, div >> 8); in snd_sonicvibes_set_dac_rate()
592 snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_LOW, div); in snd_sonicvibes_set_dac_rate()
604 snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable); in snd_sonicvibes_trigger()
609 snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable); in snd_sonicvibes_trigger()
671 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft); in snd_sonicvibes_interrupt()
672 snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ANALOG, oright); in snd_sonicvibes_interrupt()
727 snd_sonicvibes_out1(sonic, SV_IREG_DMA_A_UPPER, count >> 8); in snd_sonicvibes_playback_prepare()
728 snd_sonicvibes_out1(sonic, SV_IREG_DMA_A_LOWER, count); in snd_sonicvibes_playback_prepare()
752 snd_sonicvibes_out1(sonic, SV_IREG_DMA_C_UPPER, count >> 8); in snd_sonicvibes_capture_prepare()
753 snd_sonicvibes_out1(sonic, SV_IREG_DMA_C_LOWER, count); in snd_sonicvibes_capture_prepare()
952 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ADC, left); in snd_sonicvibes_put_mux()
953 snd_sonicvibes_out1(sonic, SV_IREG_RIGHT_ADC, right); in snd_sonicvibes_put_mux()
1009 snd_sonicvibes_out1(sonic, reg, val); in snd_sonicvibes_put_single()
1078 snd_sonicvibes_out1(sonic, left_reg, val1); in snd_sonicvibes_put_double()
1079 snd_sonicvibes_out1(sonic, right_reg, val2); in snd_sonicvibes_put_double()