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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h68 #define CMD_HCRST (1 << 1) // Host Controller Reset macro
H A Dxhci.cpp2487 WriteOpReg(XHCI_CMD, ReadOpReg(XHCI_CMD) | CMD_HCRST);
2489 if (WaitOpBits(XHCI_CMD, CMD_HCRST, 0) != B_OK) {
2490 TRACE_ERROR("ControllerReset() failed CMD_HCRST\n");

Completed in 54 milliseconds