Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h223 #define XHCI_TRB_2_TDSZ_GET(x) (((x) >> 17) & 0x1F) macro
/freebsd/sys/dev/usb/controller/
H A Dxhci.h235 #define XHCI_TRB_2_TDSZ_GET(x) (((x) >> 17) & 0x1F) macro