Searched refs:XHCI_CRCR_LO_CRR (Results 1 – 2 of 2) sorted by relevance
108 #define XHCI_CRCR_LO_CRR 0x00000008 /* RW - command ring running */ macro
1411 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()2254 if (sc->opregs.crcr & XHCI_CRCR_LO_CRR) { in pci_xhci_hostop_write()2265 if (!(sc->opregs.crcr & XHCI_CRCR_LO_CRR)) { in pci_xhci_hostop_write()2409 value = sc->opregs.crcr & XHCI_CRCR_LO_CRR; in pci_xhci_hostop_read()