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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h195 #define TRB_2_COMP_CODE_GET(x) (((x) >> 24) & 0xff) macro
H A Dxhci.cpp2652 uint8 completionCode = TRB_2_COMP_CODE_GET(trb->status);
2830 uint32 completionCode = TRB_2_COMP_CODE_GET(fCmdResult[0]);

Completed in 42 milliseconds