Home | History | Annotate | Download | only in hw

Lines Matching full:usb_bit_time

54 static int64_t usb_bit_time;
1313 tks = muldiv64(1, tks, usb_bit_time);
1671 usb_bit_time = muldiv64(1, get_ticks_per_sec(), USB_HZ/1000);
1675 usb_bit_time = muldiv64(1, get_ticks_per_sec(), USB_HZ);
1677 usb_bit_time = 1;
1680 dprintf("usb-ohci: usb_bit_time=%lli usb_frame_time=%lli\n",
1681 usb_frame_time, usb_bit_time);