Lines Matching refs:twl4030_write
140 static int twl4030_write(struct snd_soc_component *component, unsigned int reg, in twl4030_write() function
282 twl4030_write(component, TWL4030_REG_MISC_SET_1, in twl4030_init_chip()
285 twl4030_write(component, TWL4030_REG_OPTION, in twl4030_init_chip()
290 twl4030_write(component, TWL4030_REG_ARXR2_APGA_CTL, 0x32); in twl4030_init_chip()
301 twl4030_write(component, TWL4030_REG_HS_POPN_SET, reg); in twl4030_init_chip()
309 twl4030_write(component, TWL4030_REG_ANAMICL, in twl4030_init_chip()
562 twl4030_write(component, reg, twl4030_read(component, reg)); \
587 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
590 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
594 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
599 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
601 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
604 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
645 twl4030_write(component, TWL4030_REG_VIBRA_SET, 0xff); in vibramux_event()
678 twl4030_write(component, TWL4030_REG_AUDIO_IF, in aif_event()
683 twl4030_write(component, TWL4030_REG_AUDIO_IF, in aif_event()
713 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
720 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
725 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
732 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
740 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
749 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
1634 twl4030_write(component, TWL4030_REG_OPTION, reg); in twl4030_tdm_enable()
1781 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1782 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1785 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_hw_params()
1786 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_hw_params()
1877 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1880 twl4030_write(component, TWL4030_REG_AUDIO_IF, format); in twl4030_set_dai_fmt()
1897 return twl4030_write(component, TWL4030_REG_AUDIO_IF, reg); in twl4030_set_tristate()
1919 twl4030_write(component, TWL4030_REG_OPTION, reg); in twl4030_voice_enable()
1999 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2002 twl4030_write(component, TWL4030_REG_CODEC_MODE, mode); in twl4030_voice_hw_params()
2072 twl4030_write(component, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2075 twl4030_write(component, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2092 return twl4030_write(component, TWL4030_REG_VOICE_IF, reg); in twl4030_voice_set_tristate()
2183 .write = twl4030_write,