Lines Matching refs:hs_pop
706 unsigned char hs_gain, hs_pop; in headset_ramp() local
715 hs_pop = twl4030_read(codec, TWL4030_REG_HS_POPN_SET); in headset_ramp()
716 delay = (ramp_base[(hs_pop & TWL4030_RAMP_DELAY) >> 2] / in headset_ramp()
725 hs_pop |= TWL4030_EXTMUTE; in headset_ramp()
726 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
732 hs_pop |= TWL4030_VMID_EN; in headset_ramp()
733 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
737 hs_pop |= TWL4030_RAMP_EN; in headset_ramp()
738 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
744 hs_pop &= ~TWL4030_RAMP_EN; in headset_ramp()
745 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
752 hs_pop &= ~TWL4030_VMID_EN; in headset_ramp()
753 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
761 hs_pop &= ~TWL4030_EXTMUTE; in headset_ramp()
762 twl4030_write(codec, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()