Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dtwl6040.c75 u8 dl12_cache[TWL6040_REG_HFRCTL - TWL6040_REG_HSLCTL + 1];
121 case TWL6040_REG_HSLCTL: in twl6040_read()
126 value = priv->dl12_cache[reg - TWL6040_REG_HSLCTL]; in twl6040_read()
142 case TWL6040_REG_HSLCTL: in twl6040_can_write_to_chip()
161 case TWL6040_REG_HSLCTL: in twl6040_update_dl12_cache()
166 priv->dl12_cache[reg - TWL6040_REG_HSLCTL] = value; in twl6040_update_dl12_cache()
219 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in headset_power_mode()
230 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode()
247 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in twl6040_hs_dac_event()
256 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in twl6040_hs_dac_event()
[all …]
/Linux-v4.19/include/linux/mfd/
Dtwl6040.h48 #define TWL6040_REG_HSLCTL 0x10 macro