Searched refs:XHCI_CRCR_LO_CRR (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dxhcireg.h109 #define XHCI_CRCR_LO_CRR 0x00000008 /* RW - command ring running */ macro
H A Dxhci.c302 if (temp & XHCI_CRCR_LO_CRR) {
324 if (temp & XHCI_CRCR_LO_CRR) {
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_xhci.c1376 sc->opregs.crcr |= XHCI_CRCR_LO_CRR;
1494 sc->opregs.crcr &= ~XHCI_CRCR_LO_CRR;
2188 if (sc->opregs.crcr & XHCI_CRCR_LO_CRR) {
2199 if (!(sc->opregs.crcr & XHCI_CRCR_LO_CRR)) {
2343 value = sc->opregs.crcr & XHCI_CRCR_LO_CRR;

Completed in 108 milliseconds