Searched refs:hslctl (Results 1 – 1 of 1) sorted by relevance
216 int hslctl, hsrctl; in headset_power_mode() local219 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in headset_power_mode()223 hslctl &= ~mask; in headset_power_mode()226 hslctl |= mask; in headset_power_mode()230 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in headset_power_mode()240 u8 hslctl, hsrctl; in twl6040_hs_dac_event() local247 hslctl = twl6040_read(component, TWL6040_REG_HSLCTL); in twl6040_hs_dac_event()250 hslctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()253 hslctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()256 twl6040_write(component, TWL6040_REG_HSLCTL, hslctl); in twl6040_hs_dac_event()[all …]