mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 01:49:46 +00:00
fixup! usb: dwc3: Set DMA and coherent masks early
This commit is contained in:
@@ -237,11 +237,6 @@
|
||||
#define DWC31_TXTHRNUMPKT_PRD(n) (((n) & 0x1f) << 5)
|
||||
#define DWC31_MAXTXBURSTSIZE_PRD(n) ((n) & 0x1f)
|
||||
|
||||
/* Global TX Threshold Configuration Register for DWC_usb3 only */
|
||||
#define DWC3_GTXTHRCFG_MAXTXBURSTSIZE(n) (((n) & 0x1f) << 16)
|
||||
#define DWC3_GTXTHRCFG_TXPKTCNT(n) (((n) & 0x0f) << 24)
|
||||
#define DWC3_GTXTHRCFG_PKTCNTSEL BIT(29)
|
||||
|
||||
/* Global Configuration Register */
|
||||
#define DWC3_GCTL_PWRDNSCALE(n) ((n) << 19)
|
||||
#define DWC3_GCTL_PWRDNSCALE_MASK GENMASK(31, 19)
|
||||
|
||||
Reference in New Issue
Block a user