XHCI_CRCR_LO_CA
temp &= ~(XHCI_CRCR_LO_CS | XHCI_CRCR_LO_CA);
XWRITE4(sc, oper, XHCI_CRCR_LO, temp | XHCI_CRCR_LO_CA);
sc->opregs.crcr = crcr | (sc->opregs.crcr & XHCI_CRCR_LO_CA) | ccs;
sc->opregs.crcr &= ~(XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA);
(XHCI_CRCR_LO_CS|XHCI_CRCR_LO_CA);
if (sc->opregs.crcr & XHCI_CRCR_LO_CA) {