Home
last modified time | relevance | path

Searched refs:DWC3_TRB_SIZE_LENGTH (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/dwc3/
H A Dtrace.h267 DWC3_TRB_SIZE_LENGTH(__entry->size), __entry->ctrl,
H A Dcore.h829 #define DWC3_TRB_SIZE_LENGTH(n) ((n) & DWC3_TRB_SIZE_MASK) macro
H A Dgadget.c1282 trb->size = DWC3_TRB_SIZE_LENGTH(trb_length); in dwc3_prepare_one_trb()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h510 #define DWC3_TRB_SIZE_LENGTH(n) ((n) & DWC3_TRB_SIZE_MASK) macro
H A Dgadget.c726 trb->size = DWC3_TRB_SIZE_LENGTH(length); in dwc3_prepare_one_trb()
/openbmc/linux/Documentation/driver-api/usb/
H A Ddwc3.rst653 DWC3_TRB_SIZE_LENGTH(__entry->size), __entry->ctrl,