Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h259 #define XHCI_TRB_3_EP_GET(x) (((x) >> 16) & 0x1F) macro
H A Dpci_xhci.c1135 epid = XHCI_TRB_3_EP_GET(trb->dwTrb3); in pci_xhci_cmd_reset_ep()
1239 XHCI_TRB_3_EP_GET(trb->dwTrb3), trb->dwTrb3 & 0x1)); in pci_xhci_cmd_set_tr()
1241 epid = XHCI_TRB_3_EP_GET(trb->dwTrb3); in pci_xhci_cmd_set_tr()
/freebsd/sys/dev/usb/controller/
H A Dxhci.h270 #define XHCI_TRB_3_EP_GET(x) (((x) >> 16) & 0x1F) macro
H A Dxhci.c874 epno = XHCI_TRB_3_EP_GET(temp); in xhci_check_transfer()