HomeSort by: relevance | last modified time | path
    Searched refs:XHCI_CRCR_LO_CRR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
xhcireg.h 175 #define XHCI_CRCR_LO_CRR __BIT(3) /* RW - command ring running */
xhci.c 3256 if ((crcr & XHCI_CRCR_LO_CRR) == 0)
3260 if ((crcr & XHCI_CRCR_LO_CRR) != 0) {

Completed in 17 milliseconds