Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/codecs/
Dtwl4030.c93 case TWL4030_REG_PREDL_CTL: in twl4030_read()
119 case TWL4030_REG_PREDL_CTL: in twl4030_can_write_to_chip()
156 case TWL4030_REG_PREDL_CTL: in twl4030_write()
364 SOC_DAPM_SINGLE("Voice", TWL4030_REG_PREDL_CTL, 0, 1, 0),
365 SOC_DAPM_SINGLE("AudioL1", TWL4030_REG_PREDL_CTL, 1, 1, 0),
366 SOC_DAPM_SINGLE("AudioL2", TWL4030_REG_PREDL_CTL, 2, 1, 0),
367 SOC_DAPM_SINGLE("AudioR2", TWL4030_REG_PREDL_CTL, 3, 1, 0),
579 TWL4030_OUTPUT_PGA(predrivel, TWL4030_REG_PREDL_CTL, TWL4030_PREDL_GAIN);
1116 TWL4030_REG_PREDL_CTL, TWL4030_REG_PREDR_CTL,
/linux-6.1.9/include/linux/mfd/
Dtwl4030-audio.h50 #define TWL4030_REG_PREDL_CTL 0x25 macro