Lines Matching refs:twl4030_read
89 static unsigned int twl4030_read(struct snd_soc_codec *codec, unsigned int reg) in twl4030_read() function
294 reg = twl4030_read(codec, TWL4030_REG_MISC_SET_1); in twl4030_init_chip()
311 reg = twl4030_read(codec, TWL4030_REG_HS_POPN_SET); in twl4030_init_chip()
319 reg = twl4030_read(codec, TWL4030_REG_ANAMICL); in twl4030_init_chip()
575 twl4030_write(codec, reg, twl4030_read(codec, reg)); \
595 hs_ctl = twl4030_read(codec, reg); in handsfree_ramp()
684 audio_if = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in aif_event()
714 hs_gain = twl4030_read(codec, TWL4030_REG_HS_GAIN_SET); in headset_ramp()
715 hs_pop = twl4030_read(codec, TWL4030_REG_HS_POPN_SET); in headset_ramp()
1635 reg = twl4030_read(codec, TWL4030_REG_OPTION); in twl4030_tdm_enable()
1664 if (!(twl4030_read(codec, TWL4030_REG_CODEC_MODE) & in twl4030_startup()
1712 format = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_hw_params()
1713 mode = twl4030_read(codec, TWL4030_REG_CODEC_MODE); in twl4030_hw_params()
1729 old_mode = twl4030_read(codec, in twl4030_hw_params()
1771 old_format = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_hw_params()
1853 old_format = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_set_dai_fmt()
1903 u8 reg = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_set_tristate()
1920 reg = twl4030_read(codec, TWL4030_REG_OPTION); in twl4030_voice_enable()
1955 mode = twl4030_read(codec, TWL4030_REG_CODEC_MODE) in twl4030_voice_startup()
1988 old_mode = twl4030_read(codec, in twl4030_voice_hw_params()
2051 old_format = twl4030_read(codec, TWL4030_REG_VOICE_IF); in twl4030_voice_set_dai_fmt()
2098 u8 reg = twl4030_read(codec, TWL4030_REG_VOICE_IF); in twl4030_voice_set_tristate()
2197 .read = twl4030_read,