Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhcireg.h344 #define XHCI_TRB_REMAIN(x) ((x) & 0xffffff) /* Remaining length */ macro
H A Dxhci.c851 remain = XHCI_TRB_REMAIN(status); in xhci_event_xfer()