Home
last modified time | relevance | path

Searched refs:XHCI_CRCR_LO_CS (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h105 #define XHCI_CRCR_LO_CS 0x00000002 /* RW - command stop */ macro
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c2230 sc->opregs.crcr &= ~(XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA); in pci_xhci_hostop_write()
2232 (XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA); in pci_xhci_hostop_write()
2248 if (sc->opregs.crcr & XHCI_CRCR_LO_CS) { in pci_xhci_hostop_write()