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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h78 #define STS_HCH (1 << 0) // Host Controller Halt macro
H A Dxhci.cpp811 if (WaitOpBits(XHCI_STS, STS_HCH, 0) != B_OK) {
2474 if (WaitOpBits(XHCI_STS, STS_HCH, STS_HCH) != B_OK) {
2522 if ((status & STS_HCH) != 0) {

Completed in 39 milliseconds