Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhcd-xhci.c444 uint32_t mfindex, left; in xhci_mfwrap_update() local
449 mfindex = ((now - xhci->mfindex_start) / 125000) & 0x3fff; in xhci_mfwrap_update()
450 left = 0x4000 - mfindex; in xhci_mfwrap_update()
1735 XHCIEPContext *epctx, uint64_t mfindex) in xhci_calc_intr_kick() argument
1737 uint64_t asap = ((mfindex + epctx->interval - 1) & in xhci_calc_intr_kick()
1746 XHCIEPContext *epctx, uint64_t mfindex) in xhci_calc_iso_kick() argument
1749 uint64_t asap = ((mfindex + epctx->interval - 1) & in xhci_calc_iso_kick()
1760 xfer->mfindex_kick |= mfindex & ~0x3fff; in xhci_calc_iso_kick()
1761 if (xfer->mfindex_kick + 0x100 < mfindex) { in xhci_calc_iso_kick()
1768 XHCIEPContext *epctx, uint64_t mfindex) in xhci_check_intr_iso_kick() argument
[all …]