Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h227 #define XHCI_TRB_2_BYTES_GET(x) ((x) & 0x1FFFF) macro
H A Dpci_xhci.c1763 XHCI_TRB_2_BYTES_GET(trb->dwTrb2) != 8) { in pci_xhci_handle_transfer()
/freebsd/sys/dev/usb/controller/
H A Dxhci.h239 #define XHCI_TRB_2_BYTES_GET(x) ((x) & 0x1FFFF) macro
H A Dxhci.c940 remainder += XHCI_TRB_2_BYTES_GET(temp); in xhci_check_transfer()