Searched refs:bit_time (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/usb/c67x00/
H A Dc67x00-sched.c513 int bit_time; c67x00_claim_frame_bw() local
533 bit_time = 80240 + 7578*len; c67x00_claim_frame_bw()
535 bit_time = 80260 + 7467*len; c67x00_claim_frame_bw()
539 bit_time = usb_pipein(urb->pipe) ? 9050 : 7840; c67x00_claim_frame_bw()
541 bit_time = 11250; c67x00_claim_frame_bw()
542 bit_time += 936*len; c67x00_claim_frame_bw()
547 bit_time = ((bit_time+50) / 100) + 106; c67x00_claim_frame_bw()
549 if (unlikely(bit_time + c67x00->bandwidth_allocated >= c67x00_claim_frame_bw()
562 if (unlikely(bit_time + c67x00->periodic_bw_allocated >= c67x00_claim_frame_bw()
565 c67x00->periodic_bw_allocated += bit_time; c67x00_claim_frame_bw()
568 c67x00->bandwidth_allocated += bit_time; c67x00_claim_frame_bw()

Completed in 106 milliseconds