HomeSort by: relevance | last modified time | path
    Searched defs:crcr (Results 1 - 3 of 3) 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.'
3225 uint64_t crcr; local in function:xhci_abort_command
3235 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3236 xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA);
3239 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3240 if ((crcr & XHCI_CRCR_LO_CRR) == 0)
3244 if ((crcr & XHCI_CRCR_LO_CRR) != 0) {
xhci.c 1013 * CRCR.'
1020 * `7. Write the CRCR with the address and RCS value of the
1023 * specified by the CRCR.'
3225 uint64_t crcr; local in function:xhci_abort_command
3235 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3236 xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA);
3239 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3240 if ((crcr & XHCI_CRCR_LO_CRR) == 0)
3244 if ((crcr & XHCI_CRCR_LO_CRR) != 0) {
xhci.c 1013 * CRCR.'
1020 * `7. Write the CRCR with the address and RCS value of the
1023 * specified by the CRCR.'
3225 uint64_t crcr; local in function:xhci_abort_command
3235 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3236 xhci_op_write_8(sc, XHCI_CRCR, crcr | XHCI_CRCR_LO_CA);
3239 crcr = xhci_op_read_8(sc, XHCI_CRCR);
3240 if ((crcr & XHCI_CRCR_LO_CRR) == 0)
3244 if ((crcr & XHCI_CRCR_LO_CRR) != 0) {

Completed in 43 milliseconds