Skip to content

Commit

Permalink
fixup! usb: dwc3: Set DMA and coherent masks early
Browse files Browse the repository at this point in the history
  • Loading branch information
pelwell committed Nov 30, 2023
1 parent 391d2a3 commit 85273e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/usb/dwc3/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,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)
Expand Down

0 comments on commit 85273e6

Please sign in to comment.