Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c2270 uint64_t uframes, skipped_uframes; in ehci_work_bh() local
2286 skipped_uframes = uframes - (ehci->maxframes * 8); in ehci_work_bh()
2287 ehci_update_frindex(ehci, skipped_uframes); in ehci_work_bh()
2288 ehci->last_run_ns += UFRAME_TIMER_NS * skipped_uframes; in ehci_work_bh()
2289 uframes -= skipped_uframes; in ehci_work_bh()
2290 DPRINTF("WARNING - EHCI skipped %d uframes\n", skipped_uframes); in ehci_work_bh()