Home
last modified time | relevance | path

Searched refs:XHCI_CMD_INTE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_intr.c114 reg |= XHCI_CMD_INTE; in xhci_intr_conf()
H A Dxhci.c1647 cmdreg &= ~(XHCI_CMD_RS | XHCI_CMD_INTE); in xhci_controller_stop()
/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h78 #define XHCI_CMD_INTE 0x00000004 /* RW Interrupter Enable */ macro
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhcireg.h112 #define XHCI_CMD_INTE 0x00000004 /* RW Interrupter Enable */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c634 if ((sc->opregs.usbcmd & XHCI_CMD_INTE) && in pci_xhci_assert_interrupt()