Lines Matching defs:twl4030_read

75 static unsigned int twl4030_read(struct snd_soc_component *component, unsigned int reg)
281 reg = twl4030_read(component, TWL4030_REG_MISC_SET_1);
298 reg = twl4030_read(component, TWL4030_REG_HS_POPN_SET);
306 reg = twl4030_read(component, TWL4030_REG_ANAMICL);
562 twl4030_write(component, reg, twl4030_read(component, reg)); \
582 hs_ctl = twl4030_read(component, reg);
671 audio_if = twl4030_read(component, TWL4030_REG_AUDIO_IF);
701 hs_gain = twl4030_read(component, TWL4030_REG_HS_GAIN_SET);
702 hs_pop = twl4030_read(component, TWL4030_REG_HS_POPN_SET);
839 (twl4030_read(component, reg) >> shift) & mask;
846 (twl4030_read(component, reg) >> rshift) & mask;
897 (twl4030_read(component, reg) >> shift) & mask;
899 (twl4030_read(component, reg2) >> shift) & mask;
1622 reg = twl4030_read(component, TWL4030_REG_OPTION);
1651 if (!(twl4030_read(component, TWL4030_REG_CODEC_MODE) &
1699 format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
1700 mode = twl4030_read(component, TWL4030_REG_CODEC_MODE);
1716 old_mode = twl4030_read(component,
1758 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
1840 old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
1890 u8 reg = twl4030_read(component, TWL4030_REG_AUDIO_IF);
1907 reg = twl4030_read(component, TWL4030_REG_OPTION);
1942 mode = twl4030_read(component, TWL4030_REG_CODEC_MODE)
1975 old_mode = twl4030_read(component,
2038 old_format = twl4030_read(component, TWL4030_REG_VOICE_IF);
2085 u8 reg = twl4030_read(component, TWL4030_REG_VOICE_IF);
2182 .read = twl4030_read,