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

/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3-types.h31 #define TRB_TRBCTL_BITS 5 macro
32 #define TRB_TRBCTL(c) ((c) & (((1 << TRB_TRBCTL_BITS) - 1) << TRB_TRBCTL_START))

Completed in 21 milliseconds