Searched refs:stage (Results 1 – 3 of 3) sorted by relevance
/sound/ppc/ |
D | snd_ps3.c | 202 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/ |
D | mt6359.c | 242 int i, stage; in hp_main_output_ramp() local 247 stage = up ? i : target - i; in hp_main_output_ramp() 250 stage << RG_HPLOUTSTGCTRL_VAUDP32_SFT); in hp_main_output_ramp() 253 stage << RG_HPROUTSTGCTRL_VAUDP32_SFT); in hp_main_output_ramp() 260 int i, stage; in hp_aux_feedback_loop_gain_ramp() local 265 stage = up ? i : target - i; in hp_aux_feedback_loop_gain_ramp() 267 0xf << 12, stage << 12); in hp_aux_feedback_loop_gain_ramp() 274 int i, stage; in hp_in_pair_current() local 281 stage = increase ? i : target - i; in hp_in_pair_current() 284 0x3 << 3, stage << 3); in hp_in_pair_current()
|
D | mt6358.c | 338 int i, stage; in hp_main_output_ramp() local 343 stage = up ? i : target - i; in hp_main_output_ramp() 345 0x7 << 8, stage << 8); in hp_main_output_ramp() 347 0x7 << 11, stage << 11); in hp_main_output_ramp() 354 int i, stage; in hp_aux_feedback_loop_gain_ramp() local 358 stage = up ? i : 0xf - i; in hp_aux_feedback_loop_gain_ramp() 360 0xf << 12, stage << 12); in hp_aux_feedback_loop_gain_ramp()
|