Searched refs:DWC3_TRB_SIZE_PCM1 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/usb/dwc3/ | ||
| D | core.h | 822 #define DWC3_TRB_SIZE_PCM1(n) (((n) & 0x03) << 24) macro |
| D | gadget.c | 1309 trb->size |= DWC3_TRB_SIZE_PCM1(mult); in dwc3_prepare_one_trb() |