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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h91 #define XHCI_CRCR_LO 0x18 macro
H A Dxhci.cpp774 if ((ReadOpReg(XHCI_CRCR_LO) & CRCR_CRR) != 0) {
776 WriteOpReg(XHCI_CRCR_LO, CRCR_CS);
778 WriteOpReg(XHCI_CRCR_LO, CRCR_CA);
781 if ((ReadOpReg(XHCI_CRCR_LO) & CRCR_CRR) != 0) {
786 WriteOpReg(XHCI_CRCR_LO, (uint32)dmaAddress | CRCR_RCS);

Completed in 96 milliseconds