Home
last modified time | relevance | path

Searched refs:TWL4030_REG_VOICE_IF (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtwl4030.c1194 TWL4030_REG_VOICE_IF, 6, 0),
1329 TWL4030_REG_VOICE_IF, 5, 0),
1374 SND_SOC_DAPM_SUPPLY("VIF Enable", TWL4030_REG_VOICE_IF, 0, 0, NULL, 0),
2045 old_format = twl4030_read(component, TWL4030_REG_VOICE_IF); in twl4030_voice_set_dai_fmt()
2078 twl4030_write(component, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2081 twl4030_write(component, TWL4030_REG_VOICE_IF, format); in twl4030_voice_set_dai_fmt()
2091 u8 reg = twl4030_read(component, TWL4030_REG_VOICE_IF); in twl4030_voice_set_tristate()
2098 return twl4030_write(component, TWL4030_REG_VOICE_IF, reg); in twl4030_voice_set_tristate()
/openbmc/linux/include/linux/mfd/
H A Dtwl4030-audio.h28 #define TWL4030_REG_VOICE_IF 0x0F macro