Symbol: twl4030_read
sound/soc/codecs/twl4030.c
1626
reg = twl4030_read(component, TWL4030_REG_OPTION);
sound/soc/codecs/twl4030.c
1655
if (!(twl4030_read(component, TWL4030_REG_CODEC_MODE) &
sound/soc/codecs/twl4030.c
1703
format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
sound/soc/codecs/twl4030.c
1704
mode = twl4030_read(component, TWL4030_REG_CODEC_MODE);
sound/soc/codecs/twl4030.c
1720
old_mode = twl4030_read(component,
sound/soc/codecs/twl4030.c
1762
old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
sound/soc/codecs/twl4030.c
1844
old_format = twl4030_read(component, TWL4030_REG_AUDIO_IF);
sound/soc/codecs/twl4030.c
1893
u8 reg = twl4030_read(component, TWL4030_REG_AUDIO_IF);
sound/soc/codecs/twl4030.c
1910
reg = twl4030_read(component, TWL4030_REG_OPTION);
sound/soc/codecs/twl4030.c
1945
mode = twl4030_read(component, TWL4030_REG_CODEC_MODE)
sound/soc/codecs/twl4030.c
1978
old_mode = twl4030_read(component,
sound/soc/codecs/twl4030.c
2041
old_format = twl4030_read(component, TWL4030_REG_VOICE_IF);
sound/soc/codecs/twl4030.c
2087
u8 reg = twl4030_read(component, TWL4030_REG_VOICE_IF);
sound/soc/codecs/twl4030.c
2172
.read = twl4030_read,
sound/soc/codecs/twl4030.c
279
reg = twl4030_read(component, TWL4030_REG_MISC_SET_1);
sound/soc/codecs/twl4030.c
296
reg = twl4030_read(component, TWL4030_REG_HS_POPN_SET);
sound/soc/codecs/twl4030.c
304
reg = twl4030_read(component, TWL4030_REG_ANAMICL);
sound/soc/codecs/twl4030.c
562
twl4030_write(component, reg, twl4030_read(component, reg)); \
sound/soc/codecs/twl4030.c
582
hs_ctl = twl4030_read(component, reg);
sound/soc/codecs/twl4030.c
671
audio_if = twl4030_read(component, TWL4030_REG_AUDIO_IF);
sound/soc/codecs/twl4030.c
703
hs_gain = twl4030_read(component, TWL4030_REG_HS_GAIN_SET);
sound/soc/codecs/twl4030.c
704
hs_pop = twl4030_read(component, TWL4030_REG_HS_POPN_SET);
sound/soc/codecs/twl4030.c
841
(twl4030_read(component, reg) >> shift) & mask;
sound/soc/codecs/twl4030.c
848
(twl4030_read(component, reg) >> rshift) & mask;
sound/soc/codecs/twl4030.c
899
(twl4030_read(component, reg) >> shift) & mask;
sound/soc/codecs/twl4030.c
901
(twl4030_read(component, reg2) >> shift) & mask;