Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h76 #define XHCI_CMD_RS 0x00000001 /* RW Run/Stop */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c379 if (cmd & XHCI_CMD_RS) { in pci_xhci_usbcmd_write()
380 do_intr = (sc->opregs.usbcmd & XHCI_CMD_RS) == 0; in pci_xhci_usbcmd_write()
382 sc->opregs.usbcmd |= XHCI_CMD_RS; in pci_xhci_usbcmd_write()
420 sc->opregs.usbcmd &= ~XHCI_CMD_RS; in pci_xhci_usbcmd_write()
426 cmd |= sc->opregs.usbcmd & XHCI_CMD_RS; in pci_xhci_usbcmd_write()
2641 (sc->opregs.usbcmd & XHCI_CMD_RS) == 0 || in pci_xhci_dev_intr()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h110 #define XHCI_CMD_RS 0x00000001 /* RW Run/Stop */ macro
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.c1647 cmdreg &= ~(XHCI_CMD_RS | XHCI_CMD_INTE); in xhci_controller_stop()
1780 reg |= XHCI_CMD_RS; in xhci_controller_start()