Home
last modified time | relevance | path

Searched refs:XHCI_EPCTX_0_EPSTATE_SET (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h131 #define XHCI_EPCTX_0_EPSTATE_SET(x) ((x) & 0x7) macro
H A Dpci_xhci.c1002 XHCI_EPCTX_0_EPSTATE_SET(XHCI_ST_EPCTX_RUNNING); in pci_xhci_cmd_address_device()
/freebsd/sys/dev/usb/controller/
H A Dxhci.h120 #define XHCI_EPCTX_0_EPSTATE_SET(x) ((x) & 0x7) macro
H A Dxhci.c2439 temp = XHCI_EPCTX_0_EPSTATE_SET(0) | in xhci_configure_endpoint()
2446 temp = XHCI_EPCTX_0_EPSTATE_SET(0) | in xhci_configure_endpoint()