Lines Matching defs:idx

73 	int idx;
84 for (idx = 0; idx < NUM_G; idx++) {
85 ptrx = snd_emu10k1_ptr_read(emu, PTRX, idx);
86 psst = snd_emu10k1_ptr_read(emu, PSST, idx);
87 dsl = snd_emu10k1_ptr_read(emu, DSL, idx);
89 val = snd_emu10k1_ptr_read(emu, A_FXRT1, idx);
90 val1 = snd_emu10k1_ptr_read(emu, A_FXRT2, idx);
91 snda = snd_emu10k1_ptr_read(emu, A_SENDAMOUNTS, idx);
93 idx,
104 val = snd_emu10k1_ptr_read(emu, FXRT, idx);
106 idx,
115 for (idx = 0; idx < 32; idx++) {
116 const char *c = snd_emu10k1_fxbus[idx];
118 snd_iprintf(buffer, " Channel %02i [%s]\n", idx, c);
122 for (idx = 0; idx < 32; idx++)
123 if (outputs[idx] && (extout_mask & (1 << idx)))
124 snd_iprintf(buffer, " Channel %02i [%s]\n", idx, outputs[idx]);
126 for (idx = 0; idx < 16; idx++)
127 if (inputs[idx] && (extin_mask & (1 << idx)))
128 snd_iprintf(buffer, " Channel %02i [%s]\n", idx, inputs[idx]);
130 for (idx = 0; idx < nefx; idx++)
131 if (emu->efx_voices_mask[0] & (1 << idx))
133 idx, outputs[idx] ? outputs[idx] : "???");
135 for (idx = 0; idx < 32; idx++)
136 if (emu->efx_voices_mask[1] & (1 << idx))
138 idx + 32, inputs[idx] ? inputs[idx] : "???");
140 for (idx = 0; idx < 16; idx++) {
141 if (emu->efx_voices_mask[0] & ((1 << 16) << idx)) {
143 s8 c = snd_emu10k1_sblive51_fxbus2_map[idx];
146 idx + 16, outputs[idx + 16]);
149 idx + 16, inputs[c]);
152 idx + 16, inputs[idx] ? inputs[idx] : "???");
394 unsigned int idx;
410 for (idx = 0; idx < ((pos & 3) + count + 3) >> 2; idx++) {
412 val = snd_emu10k1_ptr_read(emu, offset + idx + (pos >> 2), 0);
415 val |= snd_emu10k1_ptr_read(emu, 0x100 + idx + (pos >> 2), 0) << 20;
417 tmp[idx] = val;
432 int idx;
439 for (idx = 0; idx < NUM_G; idx++) {
440 voice = &emu->voices[idx];
442 idx,