Searched refs:XHCI_TRB_REMAIN (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ | ||
H A D | xhcireg.h | 344 #define XHCI_TRB_REMAIN(x) ((x) & 0xffffff) /* Remaining length */ macro |
H A D | xhci.c | 851 remain = XHCI_TRB_REMAIN(status); in xhci_event_xfer() |