Searched refs:XHCI_CRCR_LO_CS (Results 1 – 2 of 2) sorted by relevance
106 #define XHCI_CRCR_LO_CS 0x00000002 /* RW - command stop */ macro
2255 sc->opregs.crcr &= ~(XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA); in pci_xhci_hostop_write()2257 (XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA); in pci_xhci_hostop_write()2273 if (sc->opregs.crcr & XHCI_CRCR_LO_CS) { in pci_xhci_hostop_write()