Home
last modified time | relevance | path

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

/linux/sound/isa/gus/
H A Dgus_pcm.c39 unsigned char voice_ctrl, ramp_ctrl; member
93 unsigned char voice_ctrl, ramp_ctrl; in snd_gf1_pcm_trigger_up() local
112 ramp_ctrl = 0x24; in snd_gf1_pcm_trigger_up()
115 ramp_ctrl &= ~0x04; /* disable rollover */ in snd_gf1_pcm_trigger_up()
135 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); in snd_gf1_pcm_trigger_up()
138 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); in snd_gf1_pcm_trigger_up()
167 unsigned char voice_ctrl, ramp_ctrl; in snd_gf1_pcm_interrupt_wave() local
188 ramp_ctrl = (snd_gf1_read8(gus, SNDRV_GF1_VB_VOLUME_CONTROL) & ~0xa4) | 0x03; in snd_gf1_pcm_interrupt_wave()
203 ramp_ctrl |= 0x04; /* enable rollover */ in snd_gf1_pcm_interrupt_wave()
210 ramp_ctrl | in snd_gf1_pcm_interrupt_wave()
[all...]
/linux/drivers/regulator/
H A Dtps62360-regulator.c236 unsigned int ramp_ctrl; in tps62360_init_dcdc() local
260 ret = regmap_read(tps->regmap, REG_RAMPCTRL, &ramp_ctrl); in tps62360_init_dcdc()
267 ramp_ctrl = (ramp_ctrl >> 5) & 0x7; in tps62360_init_dcdc()
270 tps->desc.ramp_delay = DIV_ROUND_UP(32000, BIT(ramp_ctrl)); in tps62360_init_dcdc()