Lines Matching defs:twl4030_read
83 static unsigned int twl4030_read(struct snd_soc_component *component, unsigned int reg)
287 reg = twl4030_read(component, TWL4030_REG_MISC_SET_1);
304 reg = twl4030_read(component, TWL4030_REG_HS_POPN_SET);
312 reg = twl4030_read(component, TWL4030_REG_ANAMICL);
568 twl4030_write(component, reg, twl4030_read(component, reg)); \
588 hs_ctl = twl4030_read(component, reg);
677 audio_if = twl4030_read(component, TWL4030_REG_AUDIO_IF);
709 hs_gain = twl4030_read(component, TWL4030_REG_HS_GAIN_SET);
710 hs_pop = twl4030_read(component, TWL4030_REG_HS_POPN_SET);
847 (twl4030_read(component, reg) >> shift) & mask;
854 (twl4030_read(component, reg) >> rshift) & mask;
905 (twl4030_read(component, reg) >> shift) & mask;
907 (twl4030_read(component, reg2) >> shift) & mask;
1630 reg = twl4030_read(component, TWL4030_REG_OPTION);
1659 if (!(twl4030_read(component, TWL4030_REG_CODEC_MODE) &
1707 format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
1708 mode = twl4030_read(component, TWL4030_REG_CODEC_MODE);
1724 old_mode = twl4030_read(component,
1766 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
1848 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
1897 u8 reg = twl4030_read(component, TWL4030_REG_AUDIO_IF);
1914 reg = twl4030_read(component, TWL4030_REG_OPTION);
1949 mode = twl4030_read(component, TWL4030_REG_CODEC_MODE)
1982 old_mode = twl4030_read(component,
2045 old_format = twl4030_read(component, TWL4030_REG_VOICE_IF);
2091 u8 reg = twl4030_read(component, TWL4030_REG_VOICE_IF);
2189 .read = twl4030_read,