Lines Matching defs:counter
60 unsigned int counter;
107 unsigned int byte = iec->counter >> 3;
108 unsigned int mask = 1 << (iec->counter - (byte << 3));
124 else if (! iec->counter)
195 int counter = iec->counter;
214 iec->counter = (counter + (channel >> 1)) % 192;
216 iec->counter = counter;
229 iec->counter += counter_step;
230 iec->counter %= 192;
232 if (single_stream) /* set counter to ch0 value for next iteration */
233 iec->counter = (counter + frames * counter_step) % 192;
485 iec->counter = 0;
511 iec->counter += 192 - counter_decrement;
512 iec->counter %= 192;
526 iec->counter += counter_increment;
527 iec->counter %= 192;