Lines Matching refs:twl4030_read

83 static unsigned int twl4030_read(struct snd_soc_component *component, unsigned int reg)  in twl4030_read()  function
287 reg = twl4030_read(component, TWL4030_REG_MISC_SET_1); in twl4030_init_chip()
304 reg = twl4030_read(component, TWL4030_REG_HS_POPN_SET); in twl4030_init_chip()
312 reg = twl4030_read(component, TWL4030_REG_ANAMICL); in twl4030_init_chip()
568 twl4030_write(component, reg, twl4030_read(component, reg)); \
588 hs_ctl = twl4030_read(component, reg); in handsfree_ramp()
677 audio_if = twl4030_read(component, TWL4030_REG_AUDIO_IF); in aif_event()
709 hs_gain = twl4030_read(component, TWL4030_REG_HS_GAIN_SET); in headset_ramp()
710 hs_pop = twl4030_read(component, TWL4030_REG_HS_POPN_SET); in headset_ramp()
847 (twl4030_read(component, reg) >> shift) & mask; in snd_soc_get_volsw_twl4030()
854 (twl4030_read(component, reg) >> rshift) & mask; in snd_soc_get_volsw_twl4030()
905 (twl4030_read(component, reg) >> shift) & mask; in snd_soc_get_volsw_r2_twl4030()
907 (twl4030_read(component, reg2) >> shift) & mask; in snd_soc_get_volsw_r2_twl4030()
1630 reg = twl4030_read(component, TWL4030_REG_OPTION); in twl4030_tdm_enable()
1659 if (!(twl4030_read(component, TWL4030_REG_CODEC_MODE) & in twl4030_startup()
1707 format = twl4030_read(component, TWL4030_REG_AUDIO_IF); in twl4030_hw_params()
1708 mode = twl4030_read(component, TWL4030_REG_CODEC_MODE); in twl4030_hw_params()
1724 old_mode = twl4030_read(component, in twl4030_hw_params()
1766 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF); in twl4030_hw_params()
1848 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF); in twl4030_set_dai_fmt()
1897 u8 reg = twl4030_read(component, TWL4030_REG_AUDIO_IF); in twl4030_set_tristate()
1914 reg = twl4030_read(component, TWL4030_REG_OPTION); in twl4030_voice_enable()
1949 mode = twl4030_read(component, TWL4030_REG_CODEC_MODE) in twl4030_voice_startup()
1982 old_mode = twl4030_read(component, in twl4030_voice_hw_params()
2045 old_format = twl4030_read(component, TWL4030_REG_VOICE_IF); in twl4030_voice_set_dai_fmt()
2091 u8 reg = twl4030_read(component, TWL4030_REG_VOICE_IF); in twl4030_voice_set_tristate()
2189 .read = twl4030_read,