Lines Matching refs:hslctl
202 int hslctl, hsrctl; in headset_power_mode() local
205 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in headset_power_mode()
209 hslctl &= ~mask; in headset_power_mode()
212 hslctl |= mask; in headset_power_mode()
216 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode()
226 u8 hslctl, hsrctl; in twl6040_hs_dac_event() local
233 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in twl6040_hs_dac_event()
236 hslctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()
239 hslctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()
242 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in twl6040_hs_dac_event()
957 int hslctl, hsrctl, earctl; in twl6040_mute_path() local
962 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in twl6040_mute_path()
969 hslctl &= ~(TWL6040_HSDRVENA | TWL6040_HSDACENA); in twl6040_mute_path()
975 twl6040_reg_write(twl6040, TWL6040_REG_HSLCTL, hslctl); in twl6040_mute_path()