Lines Matching refs:idx
191 int idx; in snd_emu10k1_proc_read() local
200 for (idx = 0; idx < NUM_G; idx++) { in snd_emu10k1_proc_read()
202 snd_emu10k1_ptr_read(emu, A_FXRT1, idx) : in snd_emu10k1_proc_read()
203 snd_emu10k1_ptr_read(emu, FXRT, idx); in snd_emu10k1_proc_read()
205 snd_emu10k1_ptr_read(emu, A_FXRT2, idx) : in snd_emu10k1_proc_read()
209 idx, in snd_emu10k1_proc_read()
221 idx, in snd_emu10k1_proc_read()
229 for (idx = 0; idx < nefx; idx++) { in snd_emu10k1_proc_read()
230 if (emu->efx_voices_mask[idx/32] & (1 << (idx%32))) in snd_emu10k1_proc_read()
231 snd_iprintf(buffer, " Output %02i [%s]\n", idx, outputs[idx]); in snd_emu10k1_proc_read()
234 for (idx = 0; idx < (emu->audigy ? 64 : 32); idx++) in snd_emu10k1_proc_read()
235 snd_iprintf(buffer, " Output %02i [%s]\n", idx, outputs[idx]); in snd_emu10k1_proc_read()
345 unsigned int idx; in snd_emu10k1_fx8010_read() local
361 for (idx = 0; idx < ((pos & 3) + count + 3) >> 2; idx++) { in snd_emu10k1_fx8010_read()
363 val = snd_emu10k1_ptr_read(emu, offset + idx + (pos >> 2), 0); in snd_emu10k1_fx8010_read()
366 val |= snd_emu10k1_ptr_read(emu, 0x100 + idx + (pos >> 2), 0) << 20; in snd_emu10k1_fx8010_read()
368 tmp[idx] = val; in snd_emu10k1_fx8010_read()
383 int idx; in snd_emu10k1_proc_voices_read() local
386 for (idx = 0; idx < NUM_G; idx++) { in snd_emu10k1_proc_voices_read()
387 voice = &emu->voices[idx]; in snd_emu10k1_proc_voices_read()
389 idx, in snd_emu10k1_proc_voices_read()