Searched refs:TWL6040_REG_HSLCTL (Results 1 – 2 of 2) sorted by relevance
75 u8 dl12_cache[TWL6040_REG_HFRCTL - TWL6040_REG_HSLCTL + 1];119 case TWL6040_REG_HSLCTL: in twl6040_read()124 value = priv->dl12_cache[reg - TWL6040_REG_HSLCTL]; in twl6040_read()140 case TWL6040_REG_HSLCTL: in twl6040_can_write_to_chip()159 case TWL6040_REG_HSLCTL: in twl6040_update_dl12_cache()164 priv->dl12_cache[reg - TWL6040_REG_HSLCTL] = value; in twl6040_update_dl12_cache()217 hslctl = twl6040_read(codec, TWL6040_REG_HSLCTL); in headset_power_mode()228 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode()245 hslctl = twl6040_read(codec, TWL6040_REG_HSLCTL); in twl6040_hs_dac_event()254 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); in twl6040_hs_dac_event()[all …]
48 #define TWL6040_REG_HSLCTL 0x10 macro