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

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h164 #define XHCI_MFINDEX_GET(x) ((x) & 0x3FFF) macro
H A Dxhci.c2097 y = XHCI_MFINDEX_GET(x - xfer->endpoint->isoc_next);
2101 (XHCI_MFINDEX_GET(-y) >= (128 * 8))) {
2109 xfer->endpoint->isoc_next = XHCI_MFINDEX_GET(x + (3 * 8));
2118 y = XHCI_MFINDEX_GET(xfer->endpoint->isoc_next - (x & ~7));

Completed in 109 milliseconds