Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtwl4030.c298 reg = twl4030_read(component, TWL4030_REG_HS_POPN_SET); in twl4030_init_chip()
301 twl4030_write(component, TWL4030_REG_HS_POPN_SET, reg); in twl4030_init_chip()
702 hs_pop = twl4030_read(component, TWL4030_REG_HS_POPN_SET); in headset_ramp()
713 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
720 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
725 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
732 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
740 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
749 twl4030_write(component, TWL4030_REG_HS_POPN_SET, hs_pop); in headset_ramp()
1034 TWL4030_REG_HS_POPN_SET, 2,
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtwl4030-audio.h49 #define TWL4030_REG_HS_POPN_SET 0x24 macro