Home
last modified time | relevance | path

Searched refs:hs_ctl (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dtwl4030.c586 unsigned char hs_ctl; in handsfree_ramp() local
588 hs_ctl = twl4030_read(component, reg); in handsfree_ramp()
592 hs_ctl |= TWL4030_HF_CTL_REF_EN; in handsfree_ramp()
593 twl4030_write(component, reg, hs_ctl); in handsfree_ramp()
595 hs_ctl |= TWL4030_HF_CTL_RAMP_EN; in handsfree_ramp()
598 hs_ctl |= TWL4030_HF_CTL_LOOP_EN; in handsfree_ramp()
599 hs_ctl |= TWL4030_HF_CTL_HB_EN; in handsfree_ramp()
603 hs_ctl &= ~TWL4030_HF_CTL_LOOP_EN; in handsfree_ramp()
604 hs_ctl &= ~TWL4030_HF_CTL_HB_EN; in handsfree_ramp()
606 hs_ctl &= ~TWL4030_HF_CTL_RAMP_EN; in handsfree_ramp()
[all …]