Home
last modified time | relevance | path

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

/sound/ppc/
Dsnd_ps3.c202 int stage) in snd_ps3_bump_buffer() argument
204 if (!stage) in snd_ps3_bump_buffer()
221 int fill_stages, dma_ch, stage; in snd_ps3_program_dma() local
247 for (stage = 0; stage < fill_stages; stage++) { in snd_ps3_program_dma()
248 dma_ch = stage * 2 + ch; in snd_ps3_program_dma()
277 stage); in snd_ps3_program_dma()
/sound/soc/codecs/
Dmt6358.c334 int i = 0, stage = 0; in hp_main_output_ramp() local
339 stage = up ? i : target - i; in hp_main_output_ramp()
341 0x7 << 8, stage << 8); in hp_main_output_ramp()
343 0x7 << 11, stage << 11); in hp_main_output_ramp()
350 int i = 0, stage = 0; in hp_aux_feedback_loop_gain_ramp() local
354 stage = up ? i : 0xf - i; in hp_aux_feedback_loop_gain_ramp()
356 0xf << 12, stage << 12); in hp_aux_feedback_loop_gain_ramp()