Lines Matching refs:hs_pop
693 unsigned char hs_gain, hs_pop; in headset_ramp() local
702 hs_pop = twl4030_read(component, TWL4030_REG_HS_POPN_SET); in headset_ramp()
703 delay = (ramp_base[(hs_pop & TWL4030_RAMP_DELAY) >> 2] / in headset_ramp()
712 hs_pop |= TWL4030_EXTMUTE; in headset_ramp()
713 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
719 hs_pop |= TWL4030_VMID_EN; in headset_ramp()
720 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
724 hs_pop |= TWL4030_RAMP_EN; in headset_ramp()
725 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
731 hs_pop &= ~TWL4030_RAMP_EN; in headset_ramp()
732 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
739 hs_pop &= ~TWL4030_VMID_EN; in headset_ramp()
740 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
748 hs_pop &= ~TWL4030_EXTMUTE; in headset_ramp()
749 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()