Lines Matching defs:dac33_write
208 static int dac33_write(struct snd_soc_component *component, unsigned int reg,
242 ret = dac33_write(component, reg, value);
290 dac33_write(component, DAC33_DAC_CTRL_A, DAC33_DACRATE(0));
292 dac33_write(component, DAC33_DAC_CTRL_B, DAC33_DACSRCR_RIGHT |
295 dac33_write(component, DAC33_DAC_CTRL_C, 0x00);
299 dac33_write(component, DAC33_ANA_VOL_SOFT_STEP_CTRL, DAC33_VOLCLKEN);
302 dac33_write(component, DAC33_LDAC_DIG_VOL_CTRL,
304 dac33_write(component, DAC33_RDAC_DIG_VOL_CTRL,
307 dac33_write(component, DAC33_LINEL_TO_LLO_VOL,
309 dac33_write(component, DAC33_LINER_TO_RLO_VOL,
312 dac33_write(component, DAC33_OUT_AMP_CTRL,
315 dac33_write(component, DAC33_LDAC_PWR_CTRL,
317 dac33_write(component, DAC33_RDAC_PWR_CTRL,
345 dac33_write(component, DAC33_PWR_CTRL, reg);
355 dac33_write(component, DAC33_SER_AUDIOIF_CTRL_B, reg);
360 dac33_write(component, DAC33_PWR_CTRL, reg);
668 dac33_write(component, DAC33_FIFO_IRQ_MASK, DAC33_MAT);
682 dac33_write(component, DAC33_FIFO_IRQ_MASK, DAC33_MUT);
739 dac33_write(component, DAC33_FIFO_IRQ_MASK, 0);
744 dac33_write(component, DAC33_FIFO_CTRL_A, reg);
907 dac33_write(component, DAC33_INT_OSC_CTRL, reg_tmp);
913 dac33_write(component, DAC33_CALIB_TIME, 96);
916 dac33_write(component, DAC33_INT_OSC_CTRL_B, DAC33_ADJTHRSHLD(2) |
920 dac33_write(component, DAC33_INT_OSC_CTRL_C, DAC33_REFDIV(4));
924 dac33_write(component, DAC33_PWR_CTRL, pwr_ctrl);
931 dac33_write(component, DAC33_ASRC_CTRL_A, DAC33_SRCLKDIV(1));
932 dac33_write(component, DAC33_ASRC_CTRL_B, 1); /* ??? */
938 dac33_write(component, DAC33_INTP_CTRL_A, DAC33_INTPM_AHIGH);
942 dac33_write(component, DAC33_ASRC_CTRL_A, DAC33_SRCBYP);
943 dac33_write(component, DAC33_ASRC_CTRL_B, 0); /* ??? */
949 dac33_write(component, DAC33_FIFO_IRQ_MODE_B,
953 dac33_write(component, DAC33_FIFO_IRQ_MODE_A,
1003 dac33_write(component, DAC33_FIFO_CTRL_A, fifoctrl_a);
1004 dac33_write(component, DAC33_SER_AUDIOIF_CTRL_A, aictrl_a);
1005 dac33_write(component, DAC33_SER_AUDIOIF_CTRL_B, aictrl_b);
1017 dac33_write(component, DAC33_SER_AUDIOIF_CTRL_C,
1021 dac33_write(component, DAC33_SER_AUDIOIF_CTRL_C, 32);
1023 dac33_write(component, DAC33_SER_AUDIOIF_CTRL_C, 16);