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()
576 twl4030_write(codec, reg, twl4030_read(codec, reg)); \
596 hs_ctl = twl4030_read(codec, reg); in handsfree_ramp()
685 audio_if = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in aif_event()
715 hs_gain = twl4030_read(codec, TWL4030_REG_HS_GAIN_SET); in headset_ramp()
716 hs_pop = twl4030_read(codec, TWL4030_REG_HS_POPN_SET); in headset_ramp()
1640 reg = twl4030_read(codec, TWL4030_REG_OPTION); in twl4030_tdm_enable()
1669 if (!(twl4030_read(codec, TWL4030_REG_CODEC_MODE) & in twl4030_startup()
1717 format = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_hw_params()
1718 mode = twl4030_read(codec, TWL4030_REG_CODEC_MODE); in twl4030_hw_params()
1734 old_mode = twl4030_read(codec, in twl4030_hw_params()
1776 old_format = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_hw_params()
1858 old_format = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_set_dai_fmt()
1908 u8 reg = twl4030_read(codec, TWL4030_REG_AUDIO_IF); in twl4030_set_tristate()
1925 reg = twl4030_read(codec, TWL4030_REG_OPTION); in twl4030_voice_enable()
1960 mode = twl4030_read(codec, TWL4030_REG_CODEC_MODE) in twl4030_voice_startup()
1993 old_mode = twl4030_read(codec, in twl4030_voice_hw_params()
2056 old_format = twl4030_read(codec, TWL4030_REG_VOICE_IF); in twl4030_voice_set_dai_fmt()
2103 u8 reg = twl4030_read(codec, TWL4030_REG_VOICE_IF); in twl4030_voice_set_tristate()
2202 .read = twl4030_read,