Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h127 #define XHCI_EPCTX_1_EPTYPE_SET(x) (((x) & 0x7) << 3) macro
H A Dxhci.c2438 temp |= XHCI_EPCTX_1_EPTYPE_SET(4); in xhci_configure_endpoint()
2441 temp |= XHCI_EPCTX_1_EPTYPE_SET(1); in xhci_configure_endpoint()
2444 temp |= XHCI_EPCTX_1_EPTYPE_SET(2); in xhci_configure_endpoint()
2447 temp |= XHCI_EPCTX_1_EPTYPE_SET(3); in xhci_configure_endpoint()
2453 temp |= XHCI_EPCTX_1_EPTYPE_SET(4); in xhci_configure_endpoint()