Lines Matching defs:phase
391 unsigned int phase = state;
403 desc->data_blocks = 5 + ((phase & 1) ^ (phase == 0 || phase >= 40));
406 desc->data_blocks = 11 * (sfc >> 1) + (phase == 0);
407 if (++phase >= (80 >> (sfc >> 1)))
408 phase = 0;
409 state = phase;
437 unsigned int phase = *syt_offset_state;
438 unsigned int index = phase % 13;
442 phase == 146);
443 if (++phase >= 147)
444 phase = 0;
445 *syt_offset_state = phase;