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/
H A Dpci_xhci.c1382 sc->opregs.crcr |= XHCI_CRCR_LO_CRR; in pci_xhci_complete_commands()
1500 sc->opregs.crcr &= ~XHCI_CRCR_LO_CRR; in pci_xhci_complete_commands()
2229 if (sc->opregs.crcr & XHCI_CRCR_LO_CRR) { in pci_xhci_hostop_write()
2240 if (!(sc->opregs.crcr & XHCI_CRCR_LO_CRR)) { in pci_xhci_hostop_write()
2385 value = sc->opregs.crcr & XHCI_CRCR_LO_CRR; in pci_xhci_hostop_read()