Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/bhyve/dev/usb/controller/
H A Dxhcireg.h107 #define XHCI_CRCR_LO_CRR 0x00000008 /* RW - command ring running */ macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.c1411 sc->opregs.crcr |= XHCI_CRCR_LO_CRR; in pci_xhci_complete_commands()
1529 sc->opregs.crcr &= ~XHCI_CRCR_LO_CRR; in pci_xhci_complete_commands()
2270 if (sc->opregs.crcr & XHCI_CRCR_LO_CRR) { in pci_xhci_hostop_write()
2281 if (!(sc->opregs.crcr & XHCI_CRCR_LO_CRR)) { in pci_xhci_hostop_write()
2426 value = sc->opregs.crcr & XHCI_CRCR_LO_CRR; in pci_xhci_hostop_read()