Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h77 #define XHCI_CMD_HCRST 0x00000002 /* RW Host Controller Reset */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h111 #define XHCI_CMD_HCRST 0x00000002 /* RW HC Reset */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1679 cmdreg |= XHCI_CMD_HCRST; in xhci_controller_reset()
1702 XHCI_CMD_HCRST, 0, 500, 10)) != 0) in xhci_controller_reset()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c428 if (cmd & XHCI_CMD_HCRST) { in pci_xhci_usbcmd_write()
431 cmd &= ~XHCI_CMD_HCRST; in pci_xhci_usbcmd_write()