Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98ba7825 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: dwc3: core: Define DTCT field in GUCTL register"

parents 5df890cc 9d1161b1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -197,6 +197,10 @@
/* Global User Control Register */
#define DWC3_GUCTL_REFCLKPER (0x3FF << 22)

/* Host waits for DTCT value before timeout. Recommended to be POR value */
#define DWC3_GUCTL_DTCT(n) ((n) << 9)
#define DWC3_GUCTL_DTCT_MASK (2 << 9)

/* Global Debug LTSSM Register */
#define DWC3_GDBGLTSSM_LINKSTATE_MASK	(0xF << 22)