Lines Matching refs:hs_ctl
594 unsigned char hs_ctl; in handsfree_ramp() local
596 hs_ctl = twl4030_read(codec, reg); in handsfree_ramp()
600 hs_ctl |= TWL4030_HF_CTL_REF_EN; in handsfree_ramp()
601 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
603 hs_ctl |= TWL4030_HF_CTL_RAMP_EN; in handsfree_ramp()
604 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
606 hs_ctl |= TWL4030_HF_CTL_LOOP_EN; in handsfree_ramp()
607 hs_ctl |= TWL4030_HF_CTL_HB_EN; in handsfree_ramp()
608 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
611 hs_ctl &= ~TWL4030_HF_CTL_LOOP_EN; in handsfree_ramp()
612 hs_ctl &= ~TWL4030_HF_CTL_HB_EN; in handsfree_ramp()
613 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
614 hs_ctl &= ~TWL4030_HF_CTL_RAMP_EN; in handsfree_ramp()
615 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()
617 hs_ctl &= ~TWL4030_HF_CTL_REF_EN; in handsfree_ramp()
618 twl4030_write(codec, reg, hs_ctl); in handsfree_ramp()