Home
last modified time | relevance | path

Searched refs:XHCI_CMD_CRS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h82 #define XHCI_CMD_CRS 0x00000200 /* RW Controller Restore State */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h116 #define XHCI_CMD_CRS 0x00000200 /* RW Controller Restore */ macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c434 cmd &= ~(XHCI_CMD_CSS | XHCI_CMD_CRS); in pci_xhci_usbcmd_write()