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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h284 #define TRB_3_TC_BIT (1U << 1) macro
H A Dxhci.cpp2584 temp &= ~TRB_3_TC_BIT;
2592 temp = TRB_3_TYPE(TRB_TYPE_LINK) | TRB_3_TC_BIT;

Completed in 99 milliseconds