Searched refs:TWL4030_REG_EAR_CTL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/sound/soc/codecs/ |
D | twl4030.c | 73 u8 ctl_cache[TWL4030_REG_PRECKR_CTL - TWL4030_REG_EAR_CTL + 1]; 83 for (i = TWL4030_REG_EAR_CTL; i <= TWL4030_REG_PRECKR_CTL; i++) { in tw4030_init_ctl_cache() 85 twl4030->ctl_cache[i - TWL4030_REG_EAR_CTL] = byte; in tw4030_init_ctl_cache() 98 case TWL4030_REG_EAR_CTL: in twl4030_read() 104 value = twl4030->ctl_cache[reg - TWL4030_REG_EAR_CTL]; in twl4030_read() 121 case TWL4030_REG_EAR_CTL: in twl4030_can_write_to_chip() 161 case TWL4030_REG_EAR_CTL: in twl4030_write() 167 twl4030->ctl_cache[reg - TWL4030_REG_EAR_CTL] = value; in twl4030_write() 364 SOC_DAPM_SINGLE("Voice", TWL4030_REG_EAR_CTL, 0, 1, 0), 365 SOC_DAPM_SINGLE("AudioL1", TWL4030_REG_EAR_CTL, 1, 1, 0), [all …]
|
/Linux-v4.19/include/linux/mfd/ |
D | twl4030-audio.h | 60 #define TWL4030_REG_EAR_CTL 0x21 macro
|