Lines Matching refs:bit_time
499 int bit_time;
519 bit_time = 80240 + 7578*len;
521 bit_time = 80260 + 7467*len;
525 bit_time = usb_pipein(urb->pipe) ? 9050 : 7840;
527 bit_time = 11250;
528 bit_time += 936*len;
533 bit_time = ((bit_time+50) / 100) + 106;
535 if (unlikely(bit_time + c67x00->bandwidth_allocated >=
548 if (unlikely(bit_time + c67x00->periodic_bw_allocated >=
551 c67x00->periodic_bw_allocated += bit_time;
554 c67x00->bandwidth_allocated += bit_time;