Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h244 #define XHCI_TRB_3_EP_GET(x) (((x) >> 16) & 0x1F) macro
Dxhci.c878 epno = XHCI_TRB_3_EP_GET(temp); in xhci_check_transfer()