Lines Matching refs:twl4030_write

148 static int twl4030_write(struct snd_soc_component *component, unsigned int reg,
288 twl4030_write(component, TWL4030_REG_MISC_SET_1,
291 twl4030_write(component, TWL4030_REG_OPTION,
296 twl4030_write(component, TWL4030_REG_ARXR2_APGA_CTL, 0x32);
307 twl4030_write(component, TWL4030_REG_HS_POPN_SET, reg);
315 twl4030_write(component, TWL4030_REG_ANAMICL,
568 twl4030_write(component, reg, twl4030_read(component, reg)); \
593 twl4030_write(component, reg, hs_ctl);
596 twl4030_write(component, reg, hs_ctl);
600 twl4030_write(component, reg, hs_ctl);
605 twl4030_write(component, reg, hs_ctl);
607 twl4030_write(component, reg, hs_ctl);
610 twl4030_write(component, reg, hs_ctl);
651 twl4030_write(component, TWL4030_REG_VIBRA_SET, 0xff);
684 twl4030_write(component, TWL4030_REG_AUDIO_IF,
689 twl4030_write(component, TWL4030_REG_AUDIO_IF,
721 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
728 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
733 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
740 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
748 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
757 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop);
1642 twl4030_write(component, TWL4030_REG_OPTION, reg);
1789 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode);
1790 twl4030_write(component, TWL4030_REG_AUDIO_IF, format);
1793 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode);
1794 twl4030_write(component, TWL4030_REG_AUDIO_IF, format);
1884 twl4030_write(component, TWL4030_REG_AUDIO_IF, format);
1887 twl4030_write(component, TWL4030_REG_AUDIO_IF, format);
1904 return twl4030_write(component, TWL4030_REG_AUDIO_IF, reg);
1926 twl4030_write(component, TWL4030_REG_OPTION, reg);
2006 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode);
2009 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode);
2078 twl4030_write(component, TWL4030_REG_VOICE_IF, format);
2081 twl4030_write(component, TWL4030_REG_VOICE_IF, format);
2098 return twl4030_write(component, TWL4030_REG_VOICE_IF, reg);
2190 .write = twl4030_write,