HomeSort by: relevance | last modified time | path
    Searched defs:crcr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
xhci.c 1013 * CRCR.'
1020 * `7. Write the CRCR with the address and RCS value of the
1023 * specified by the CRCR.'
3227 uint64_t crcr; local in function:xhci_abort_command
3237 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3238 xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA);
3241 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3242 if ((crcr & XHCI_CRCR_LO_CRR) == 0)
3246 if ((crcr & XHCI_CRCR_LO_CRR) != 0) {

Completed in 15 milliseconds