Home
last modified time | relevance | path

Searched defs:XHCI_TRB_3_TBC_SET (Results 1 – 2 of 2) sorted by last modified time

/freebsd/sys/dev/usb/controller/
H A Dxhci.h258 #define XHCI_TRB_3_TBC_SET(x) (((x) & 3) << 7) macro
/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h247 #define XHCI_TRB_3_TBC_SET(x) (((x) & 3) << 7) macro