Searched refs:TRB_ENDPOINT_ID_BITS (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxdc-transfer.c194 uint32_t ep_dev_ctx_idx = READ_FIELD(control, TRB_ENDPOINT_ID_START, TRB_ENDPOINT_ID_BITS);
H A Dxhci-hw.h466 #define TRB_ENDPOINT_ID_BITS 5 macro
H A Dxhci-transfer.c592 uint32_t ep_index = READ_FIELD(control, TRB_ENDPOINT_ID_START, TRB_ENDPOINT_ID_BITS) - 1;

Completed in 34 milliseconds