Lines Matching refs:hslctl
214 int hslctl, hsrctl; in headset_power_mode() local
217 hslctl = twl6040_read(codec, TWL6040_REG_HSLCTL); in headset_power_mode()
221 hslctl &= ~mask; in headset_power_mode()
224 hslctl |= mask; in headset_power_mode()
228 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode()
238 u8 hslctl, hsrctl; in twl6040_hs_dac_event() local
245 hslctl = twl6040_read(codec, TWL6040_REG_HSLCTL); in twl6040_hs_dac_event()
248 hslctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()
251 hslctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()
254 twl6040_write(codec, TWL6040_REG_HSLCTL, hslctl); in twl6040_hs_dac_event()
959 int hslctl, hsrctl, earctl; in twl6040_mute_path() local
964 hslctl = twl6040_read(codec, TWL6040_REG_HSLCTL); in twl6040_mute_path()
971 hslctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA); in twl6040_mute_path()
977 twl6040_reg_write(twl6040, TWL6040_REG_HSLCTL, hslctl); in twl6040_mute_path()