Searched refs:hsrctl (Results 1 – 1 of 1) sorted by relevance
214 int hslctl, hsrctl; in headset_power_mode() local218 hsrctl = twl6040_read(codec, TWL6040_REG_HSRCTL); in headset_power_mode()222 hsrctl &= ~mask; in headset_power_mode()225 hsrctl |= mask; in headset_power_mode()229 twl6040_write(codec, TWL6040_REG_HSRCTL, hsrctl); in headset_power_mode()238 u8 hslctl, hsrctl; in twl6040_hs_dac_event() local246 hsrctl = twl6040_read(codec, TWL6040_REG_HSRCTL); in twl6040_hs_dac_event()249 hsrctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()252 hsrctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()255 twl6040_write(codec, TWL6040_REG_HSRCTL, hsrctl); in twl6040_hs_dac_event()[all …]