Searched refs:crcr (Results 1 – 1 of 1) sorted by relevance
210 uint64_t crcr; /* command ring control */ member1403 uint64_t crcr; in pci_xhci_complete_commands() local1411 sc->opregs.crcr |= XHCI_CRCR_LO_CRR; in pci_xhci_complete_commands()1414 ccs = sc->opregs.crcr & XHCI_CRCR_LO_RCS; in pci_xhci_complete_commands()1415 crcr = sc->opregs.crcr & ~0xF; in pci_xhci_complete_commands()1517 evtrb.qwTrb0 = crcr; in pci_xhci_complete_commands()1525 trb = pci_xhci_trb_next(sc, trb, &crcr); in pci_xhci_complete_commands()1528 sc->opregs.crcr = crcr | (sc->opregs.crcr & XHCI_CRCR_LO_CA) | ccs; 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()[all …]