Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dxhcireg.h363 #define XHCI_TRB_GET_EP(x) (((x) >> 16) & 0x1f) macro
H A Dxhci.c838 dci = XHCI_TRB_GET_EP(flags); in xhci_event_xfer()
1131 dci = XHCI_TRB_GET_EP(flags); in xhci_event_command()