We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e355851 commit 8b88006Copy full SHA for 8b88006
drivers/usb/dwc3/core.h
@@ -238,6 +238,8 @@
238
#define DWC3_GUSB3PIPECTL_TX_DEEPH(n) ((n) << 1)
239
240
/* Global TX Fifo Size Register */
241
+#define DWC31_GTXFIFOSIZ_TXFRAMNUM BIT(15) /* DWC_usb31 only */
242
+#define DWC31_GTXFIFOSIZ_TXFDEF(n) ((n) & 0x7fff) /* DWC_usb31 only */
243
#define DWC3_GTXFIFOSIZ_TXFDEF(n) ((n) & 0xffff)
244
#define DWC3_GTXFIFOSIZ_TXFSTADDR(n) ((n) & 0xffff0000)
245
0 commit comments