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

/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci_hardware.h307 #define TRB_3_ENDPOINT(x) (((x) & 0x1f) << 16) macro
H A Dxhci.cpp2956 | TRB_3_SLOT(endpoint->device->slot) | TRB_3_ENDPOINT(endpoint->id + 1);
2984 | TRB_3_SLOT(endpoint->device->slot) | TRB_3_ENDPOINT(endpoint->id + 1);
3002 | TRB_3_SLOT(slot) | TRB_3_ENDPOINT(endpoint);

Completed in 61 milliseconds