Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDxhcireg.h162 #define XHCI_MFINDEX_GET(x) ((x) & 0x3FFF) macro
HDxhci.c2074 y = XHCI_MFINDEX_GET(x - xfer->endpoint->isoc_next); in xhci_setup_generic_chain()
2078 (XHCI_MFINDEX_GET(-y) >= (128 * 8))) { in xhci_setup_generic_chain()
2086 xfer->endpoint->isoc_next = XHCI_MFINDEX_GET(x + (3 * 8)); in xhci_setup_generic_chain()
2095 y = XHCI_MFINDEX_GET(xfer->endpoint->isoc_next - (x & ~7)); in xhci_setup_generic_chain()