Searched refs:hs_ctl (Results 1 – 1 of 1) sorted by relevance
593 unsigned char hs_ctl; in handsfree_ramp() local595 hs_ctl = twl4030_read(codec, reg); in handsfree_ramp()599 hs_ctl |= TWL4030_HF_CTL_REF_EN; in handsfree_ramp()600 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()602 hs_ctl |= TWL4030_HF_CTL_RAMP_EN; in handsfree_ramp()603 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()605 hs_ctl |= TWL4030_HF_CTL_LOOP_EN; in handsfree_ramp()606 hs_ctl |= TWL4030_HF_CTL_HB_EN; in handsfree_ramp()607 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()610 hs_ctl &= ~TWL4030_HF_CTL_LOOP_EN; in handsfree_ramp()[all …]