Searched refs:hslctl (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
H A Dtwl6040.c214 int hslctl, hsrctl; headset_power_mode() local
217 hslctl = twl6040_read(codec, TWL6040_REG_HSLCTL); headset_power_mode()
221 hslctl &= ~mask; headset_power_mode()
224 hslctl |= mask; headset_power_mode()
228 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); headset_power_mode()
238 u8 hslctl, hsrctl; twl6040_hs_dac_event() local
245 hslctl = twl6040_read(codec, TWL6040_REG_HSLCTL); twl6040_hs_dac_event()
248 hslctl |= TWL6040_HSDACENA; twl6040_hs_dac_event()
251 hslctl &= ~TWL6040_HSDACENA; twl6040_hs_dac_event()
254 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); twl6040_hs_dac_event()
957 int hslctl, hsrctl, earctl; twl6040_mute_path() local
962 hslctl = twl6040_read(codec, TWL6040_REG_HSLCTL); twl6040_mute_path()
969 hslctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA); twl6040_mute_path()
975 twl6040_reg_write(twl6040, TWL6040_REG_HSLCTL, hslctl); twl6040_mute_path()

Completed in 59 milliseconds