Home
last modified time | relevance | path

Searched refs:XHCI_STS (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp627 ReadOpReg(XHCI_CMD), ReadOpReg(XHCI_STS)); in Start()
629 if (WaitOpBits(XHCI_STS, STS_CNR, 0) != B_OK) { in Start()
698 WriteOpReg(XHCI_STS, ReadOpReg(XHCI_STS)); in Start()
811 if (WaitOpBits(XHCI_STS, STS_HCH, 0) != B_OK) { in Start()
2482 if (WaitOpBits(XHCI_STS, STS_HCH, STS_HCH) != B_OK) { in ControllerHalt()
2494 ReadOpReg(XHCI_CMD), ReadOpReg(XHCI_STS)); in ControllerReset()
2502 if (WaitOpBits(XHCI_STS, STS_CNR, 0) != B_OK) { in ControllerReset()
2523 uint32 status = ReadOpReg(XHCI_STS); in Interrupt()
2525 WriteOpReg(XHCI_STS, status); in Interrupt()
H A Dxhci_hardware.h76 #define XHCI_STS 0x04 // USB Status macro