Lines Matching refs:hs_ctl
580 unsigned char hs_ctl; in handsfree_ramp() local
582 hs_ctl = twl4030_read(component, reg); in handsfree_ramp()
586 hs_ctl |= TWL4030_HF_CTL_REF_EN; in handsfree_ramp()
587 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
589 hs_ctl |= TWL4030_HF_CTL_RAMP_EN; in handsfree_ramp()
590 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
592 hs_ctl |= TWL4030_HF_CTL_LOOP_EN; in handsfree_ramp()
593 hs_ctl |= TWL4030_HF_CTL_HB_EN; in handsfree_ramp()
594 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
597 hs_ctl &= ~TWL4030_HF_CTL_LOOP_EN; in handsfree_ramp()
598 hs_ctl &= ~TWL4030_HF_CTL_HB_EN; in handsfree_ramp()
599 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
600 hs_ctl &= ~TWL4030_HF_CTL_RAMP_EN; in handsfree_ramp()
601 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
603 hs_ctl &= ~TWL4030_HF_CTL_REF_EN; in handsfree_ramp()
604 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()