Home
last modified time | relevance | path

Searched refs:UFRAME_TIMER_NS (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c42 #define UFRAME_TIMER_NS (FRAME_TIMER_NS / 8) macro
2280 uframes = ns_elapsed / UFRAME_TIMER_NS; in ehci_work_bh()
2288 ehci->last_run_ns += UFRAME_TIMER_NS * skipped_uframes; in ehci_work_bh()
2314 ehci->last_run_ns += UFRAME_TIMER_NS; in ehci_work_bh()
2319 ehci->last_run_ns += UFRAME_TIMER_NS * uframes; in ehci_work_bh()
2419 ehci->last_run_ns -= (ehci->frindex - new_frindex) * UFRAME_TIMER_NS; in usb_ehci_pre_save()