Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h214 #define XHCI_TRB_2_BYTES_GET(x) ((x) & 0x1FFFF) macro
Dxhci.c952 remainder += XHCI_TRB_2_BYTES_GET(temp); in xhci_check_transfer()