Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Dtwl6040.c61 u8 dl12_cache[TWL6040_REG_HFRCTL - TWL6040_REG_HSLCTL + 1];
107 case TWL6040_REG_HSLCTL: in twl6040_read()
112 value = priv->dl12_cache[reg - TWL6040_REG_HSLCTL]; in twl6040_read()
128 case TWL6040_REG_HSLCTL: in twl6040_can_write_to_chip()
147 case TWL6040_REG_HSLCTL: in twl6040_update_dl12_cache()
152 priv->dl12_cache[reg - TWL6040_REG_HSLCTL] = value; in twl6040_update_dl12_cache()
205 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in headset_power_mode()
216 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode()
233 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in twl6040_hs_dac_event()
242 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in twl6040_hs_dac_event()
[all …]
/linux/include/linux/mfd/
A Dtwl6040.h34 #define TWL6040_REG_HSLCTL 0x10 macro

Completed in 6 milliseconds