Searched refs:XHCI_CRCR_LO_CRR (Results 1 – 2 of 2) sorted by relevance
107 #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()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()