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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h85 #define STS_CNR (1 << 11) // Controller Not Ready macro
H A Dxhci.cpp629 if (WaitOpBits(XHCI_STS, STS_CNR, 0) != B_OK) {
630 TRACE("Start() failed STS_CNR\n");
2494 if (WaitOpBits(XHCI_STS, STS_CNR, 0) != B_OK) {
2495 TRACE_ERROR("ControllerReset() failed STS_CNR\n");

Completed in 37 milliseconds