Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h134 #define XHCI_EPCTX_1_CERR_SET(x) (((x) & 0x3) << 1) macro
Dxhci.c2402 temp |= XHCI_EPCTX_1_CERR_SET(3); in xhci_configure_endpoint()