Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h354 #define XHCI_EPCTX_SET_CERR(x) (((x) & 0x3) << 1) macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c171 ectx->xec_info2 = LE_32(XHCI_EPCTX_SET_CERR(3) | in xhci_endpoint_setup_default_context()
601 ectx->xec_info2 = LE_32(XHCI_EPCTX_SET_CERR(new_xepp.xepp_cerr) | in xhci_endpoint_setup_context()