Searched refs:XHCI_EPCTX_1_CERR_SET (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_xhci.h144 #define XHCI_EPCTX_1_CERR_SET(x) (((x) & 0x3) << 1) macro
/freebsd-12-stable/sys/dev/usb/controller/
H A Dxhci.h135 #define XHCI_EPCTX_1_CERR_SET(x) (((x) & 0x3) << 1) macro
H A Dxhci.c2480 temp |= XHCI_EPCTX_1_CERR_SET(3);

Completed in 109 milliseconds