Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhcireg.h343 #define XHCI_TRB_TDREM(x) (((x) & 0x1f) << 17) /* TD remaining len. */ macro
H A Dxhci.c2862 return XHCI_TRB_TDREM(0); in xhci_xfer_tdsize()
2868 return XHCI_TRB_TDREM(npkt); in xhci_xfer_tdsize()