Home | History | Annotate | Download | only in hw

Lines Matching refs:tks

1299     int64_t tks;
1307 tks = qemu_get_clock_ns(vm_clock) - ohci->sof_time;
1310 if (tks >= usb_frame_time)
1313 tks = muldiv64(1, tks, usb_bit_time);
1314 fr = (uint16_t)(ohci->fi - tks);