aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/dwc3/core.h')
-rw-r--r--drivers/usb/dwc3/core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h
index 1528d395b156..f19cbeb01087 100644
--- a/drivers/usb/dwc3/core.h
+++ b/drivers/usb/dwc3/core.h
@@ -406,8 +406,7 @@
406#define DWC3_DCTL_TRGTULST_SS_INACT (DWC3_DCTL_TRGTULST(6)) 406#define DWC3_DCTL_TRGTULST_SS_INACT (DWC3_DCTL_TRGTULST(6))
407 407
408/* These apply for core versions 1.94a and later */ 408/* These apply for core versions 1.94a and later */
409#define DWC3_DCTL_LPM_ERRATA_MASK DWC3_DCTL_LPM_ERRATA(0xf) 409#define DWC3_DCTL_NYET_THRES(n) (((n) & 0xf) << 20)
410#define DWC3_DCTL_LPM_ERRATA(n) ((n) << 20)
411 410
412#define DWC3_DCTL_KEEP_CONNECT BIT(19) 411#define DWC3_DCTL_KEEP_CONNECT BIT(19)
413#define DWC3_DCTL_L1_HIBER_EN BIT(18) 412#define DWC3_DCTL_L1_HIBER_EN BIT(18)