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

/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_xhci.h146 #define XHCI_EPCTX_1_EPTYPE_SET(x) (((x) & 0x7) << 3) macro
/freebsd-12-stable/sys/dev/usb/controller/
H A Dxhci.h137 #define XHCI_EPCTX_1_EPTYPE_SET(x) (((x) & 0x7) << 3) macro
H A Dxhci.c2484 temp |= XHCI_EPCTX_1_EPTYPE_SET(4);
2487 temp |= XHCI_EPCTX_1_EPTYPE_SET(1);
2490 temp |= XHCI_EPCTX_1_EPTYPE_SET(2);
2493 temp |= XHCI_EPCTX_1_EPTYPE_SET(3);
2499 temp |= XHCI_EPCTX_1_EPTYPE_SET(4);

Completed in 124 milliseconds