• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/

Lines Matching refs:max

207 				snd_printd(KERN_ERR "Unexpected hw_pointer value [1] (stream = %i, delta: -%ld, max jitter = %ld): wrong interrupt acknowledge?\n", substream->stream, (long) delta, runtime->buffer_size / 2);
252 snd_printd(KERN_ERR "Unexpected hw_pointer value [2] (stream = %i, delta: -%ld, max jitter = %ld): wrong interrupt acknowledge?\n", substream->stream, (long) delta, runtime->buffer_size / 2);
377 * The interval status (min, max, integer, etc.) are evaluated.
393 if (i->max > v->max) {
394 i->max = v->max;
397 } else if (i->max == v->max && !i->openmax && v->openmax) {
411 i->max--;
414 } else if (!i->openmin && !i->openmax && i->min == i->max)
430 i->max = i->min;
433 i->max++;
442 i->min = i->max;
458 c->max = mul(a->max, b->max);
481 c->min = div32(a->min, b->max, &r);
484 c->max = div32(a->max, b->min, &r);
486 c->max++;
491 c->max = UINT_MAX;
519 c->max = muldiv32(a->max, b->max, k, &r);
521 c->max++;
548 c->min = muldiv32(a->min, k, b->max, &r);
551 c->max = muldiv32(a->max, k, b->min, &r);
553 c->max++;
558 c->max = UINT_MAX;
624 unsigned int q = i->max;
653 t.max = div_up(best_num, best_den);
726 unsigned int q = i->max;
751 t.max = div_up(best_num, best_den);
807 if (i->max == list[k] && !i->openmax)
809 if (i->max > list[k]) {
810 i->max = list[k];
837 n = (i->max - min) % step;
839 i->max -= n;
967 * @max: the maximal value
969 * Apply the min/max range constraint to an interval parameter.
972 unsigned int min, unsigned int max)
977 t.max = max;
1349 * min rate, min period time, max buffer size, min tick time