Lines Matching refs:idx
190 int idx; in snd_emu10k1_proc_read() local
199 for (idx = 0; idx < NUM_G; idx++) { in snd_emu10k1_proc_read()
201 snd_emu10k1_ptr_read(emu, A_FXRT1, idx) : in snd_emu10k1_proc_read()
202 snd_emu10k1_ptr_read(emu, FXRT, idx); in snd_emu10k1_proc_read()
204 snd_emu10k1_ptr_read(emu, A_FXRT2, idx) : in snd_emu10k1_proc_read()
208 idx, in snd_emu10k1_proc_read()
220 idx, in snd_emu10k1_proc_read()
228 for (idx = 0; idx < nefx; idx++) { in snd_emu10k1_proc_read()
229 if (emu->efx_voices_mask[idx/32] & (1 << (idx%32))) in snd_emu10k1_proc_read()
230 snd_iprintf(buffer, " Output %02i [%s]\n", idx, outputs[idx]); in snd_emu10k1_proc_read()
233 for (idx = 0; idx < (emu->audigy ? 64 : 32); idx++) in snd_emu10k1_proc_read()
234 snd_iprintf(buffer, " Output %02i [%s]\n", idx, outputs[idx]); in snd_emu10k1_proc_read()
344 unsigned int idx; in snd_emu10k1_fx8010_read() local
360 for (idx = 0; idx < ((pos & 3) + count + 3) >> 2; idx++) { in snd_emu10k1_fx8010_read()
362 val = snd_emu10k1_ptr_read(emu, offset + idx + (pos >> 2), 0); in snd_emu10k1_fx8010_read()
365 val |= snd_emu10k1_ptr_read(emu, 0x100 + idx + (pos >> 2), 0) << 20; in snd_emu10k1_fx8010_read()
367 tmp[idx] = val; in snd_emu10k1_fx8010_read()
382 int idx; in snd_emu10k1_proc_voices_read() local
385 for (idx = 0; idx < NUM_G; idx++) { in snd_emu10k1_proc_voices_read()
386 voice = &emu->voices[idx]; in snd_emu10k1_proc_voices_read()
388 idx, in snd_emu10k1_proc_voices_read()