Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhcireg.h164 #define XHCI_MFINDEX_GET(x) ((x) & 0x3FFF) macro
Dxhci.c2040 y = XHCI_MFINDEX_GET(x - xfer->endpoint->isoc_next); in xhci_setup_generic_chain()
2044 (XHCI_MFINDEX_GET(-y) >= (128 * 8))) { in xhci_setup_generic_chain()
2052 xfer->endpoint->isoc_next = XHCI_MFINDEX_GET(x + (3 * 8)); in xhci_setup_generic_chain()
2061 y = XHCI_MFINDEX_GET(xfer->endpoint->isoc_next - (x & ~7)); in xhci_setup_generic_chain()