Searched refs:hsrctl (Results 1 – 1 of 1) sorted by relevance
216 int hslctl, hsrctl; in headset_power_mode() local220 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL); in headset_power_mode()224 hsrctl &= ~mask; in headset_power_mode()227 hsrctl |= mask; in headset_power_mode()231 twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl); in headset_power_mode()240 u8 hslctl, hsrctl; in twl6040_hs_dac_event() local248 hsrctl = twl6040_read(component, TWL6040_REG_HSRCTL); in twl6040_hs_dac_event()251 hsrctl |= TWL6040_HSDACENA; in twl6040_hs_dac_event()254 hsrctl &= ~TWL6040_HSDACENA; in twl6040_hs_dac_event()257 twl6040_write(component, TWL6040_REG_HSRCTL, hsrctl); in twl6040_hs_dac_event()[all …]