ramp_ctrl 250 drivers/regulator/tps62360-regulator.c unsigned int ramp_ctrl; ramp_ctrl 274 drivers/regulator/tps62360-regulator.c ret = regmap_read(tps->regmap, REG_RAMPCTRL, &ramp_ctrl); ramp_ctrl 281 drivers/regulator/tps62360-regulator.c ramp_ctrl = (ramp_ctrl >> 5) & 0x7; ramp_ctrl 284 drivers/regulator/tps62360-regulator.c tps->desc.ramp_delay = DIV_ROUND_UP(32000, BIT(ramp_ctrl)); ramp_ctrl 39 sound/isa/gus/gus_pcm.c unsigned char voice_ctrl, ramp_ctrl; ramp_ctrl 97 sound/isa/gus/gus_pcm.c unsigned char voice_ctrl, ramp_ctrl; ramp_ctrl 116 sound/isa/gus/gus_pcm.c ramp_ctrl = 0x24; ramp_ctrl 119 sound/isa/gus/gus_pcm.c ramp_ctrl &= ~0x04; /* disable rollover */ ramp_ctrl 144 sound/isa/gus/gus_pcm.c snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); ramp_ctrl 147 sound/isa/gus/gus_pcm.c snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); ramp_ctrl 176 sound/isa/gus/gus_pcm.c unsigned char voice_ctrl, ramp_ctrl; ramp_ctrl 197 sound/isa/gus/gus_pcm.c ramp_ctrl = (snd_gf1_read8(gus, SNDRV_GF1_VB_VOLUME_CONTROL) & ~0xa4) | 0x03; ramp_ctrl 212 sound/isa/gus/gus_pcm.c ramp_ctrl |= 0x04; /* enable rollover */ ramp_ctrl 219 sound/isa/gus/gus_pcm.c ramp_ctrl |= 0x20; ramp_ctrl 220 sound/isa/gus/gus_pcm.c ramp_ctrl &= ~0x03; ramp_ctrl 226 sound/isa/gus/gus_pcm.c snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); ramp_ctrl 235 sound/isa/gus/gus_pcm.c snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl);