Searched refs:XHCI_CRCR_LO_CRR (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Dxhcireg.h175 #define XHCI_CRCR_LO_CRR __BIT(3) /* RW - command ring running */ macro
H A Dxhci.c3206 if ((crcr & XHCI_CRCR_LO_CRR) == 0)
3210 if ((crcr & XHCI_CRCR_LO_CRR) != 0) {

Completed in 130 milliseconds